vincjo

Results 5 issues of vincjo

#67 #36 If I remove all styles, tables look like: ![image](https://github.com/vincjo/datatables/assets/37813278/a5cd28c2-6db4-4e28-a69a-300b547270f9) Really not sure if this allows components to be styled with classes or :global() In the previous (old) version,...

https://vincjo.fr/datatables.runes returns 502 when trying to access routes not from the root url. Replacing `/[mode]/api` by `/api/[mode]` will probably solve the issue

bug
V2

### Experimental Adding a new type of filter named "Query" which should handle this common use case. This will also create a recursive filter in a tree, targeting a specific...

### Discussed in https://github.com/vincjo/datatables/discussions/164 Originally posted by **dzialdowski** May 7, 2025 Is it possible to create an universal filter, where we give universal function, defined as `(row: Row) => boolean`,...