ia-table 0.14.7 → 0.14.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15681,7 +15681,7 @@ const Uc = (e, t, n = {}) => {
|
|
|
15681
15681
|
const ne = E[$];
|
|
15682
15682
|
if (ne != null && ne.__parentPath || ne != null && ne.isChildGroup) continue;
|
|
15683
15683
|
const B = ne[g];
|
|
15684
|
-
N.push(B), U && !h.includes(B) && (U = !1);
|
|
15684
|
+
N.push(B), U && !h.includes(String(B)) && (U = !1);
|
|
15685
15685
|
}
|
|
15686
15686
|
return {
|
|
15687
15687
|
filteredRowIds: N,
|