@dust-tt/sparkle 0.2.194-rc2 → 0.2.194-rc3
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/cjs/index.js
CHANGED
|
@@ -125659,7 +125659,7 @@ function Table(_a) {
|
|
|
125659
125659
|
});
|
|
125660
125660
|
React.useEffect(function () {
|
|
125661
125661
|
var _a;
|
|
125662
|
-
if (
|
|
125662
|
+
if (filterColumn) {
|
|
125663
125663
|
(_a = table.getColumn(filterColumn)) === null || _a === void 0 ? void 0 : _a.setFilterValue(filter);
|
|
125664
125664
|
}
|
|
125665
125665
|
}, [filter, filterColumn]);
|