mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(toolbar-search): re-filter rows if DataTable
rows change
This commit is contained in:
parent
b034378277
commit
6e6f4858af
2 changed files with 27 additions and 4 deletions
|
@ -182,8 +182,7 @@ describe("DataTableSearch", () => {
|
|||
});
|
||||
});
|
||||
|
||||
// TODO: fix reactivity
|
||||
it.skip("re-filters rows when toggled", async () => {
|
||||
it("re-filters rows when toggled", async () => {
|
||||
render(DataTableSearch);
|
||||
|
||||
allRowsRendered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue