A hook that manages table data fetching, pagination, sorting, search, and filtering. Supports three modes: complete for client-side data, offset for server-side offset pagination, and cursor for server-side cursor pagination.
complete
offset
cursor
A hook that manages table data fetching, pagination, sorting, search, and filtering. Supports three modes:
completefor client-side data,offsetfor server-side offset pagination, andcursorfor server-side cursor pagination.