You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datatable): add customizable slots for sorting, checkboxes, and pagination chore(datatable): implement useTableState and useTableFiltering composables fix(datatable: Enhance checkbox handling and pagination logic docs: update README with new slot usage examples style: improve code formatting and comments test: update basic tests to reflect new features (1114896)
datatable: Add customizable slots for sorting, checkboxes, and pagination (4420c6a)
🩹 Fixes
pagination: Handle when no config provided (6de7e1e)
filter: Improves normalize function to filter (ea742c3)