global filtering with svelte table
I need some help implementing global filtering and sorting using the svelte table adapter. There's no example for global filtering, and i'm trying to follow the sorting example but typescript isn't playing so well with it, now throwing alot of "any" around.
1 Reply
xenophobic-harlequinOP•3y ago
sorting accomplished, just need help with global filtering, I'll try tackling it again and see how far I get