models/events/pagination_events library
Classes
- EnablePaginationEvent
- Enables or disables pagination.
- FirstPageEvent
- Navigates to the first page.
- LastPageEvent
- Navigates to the last page.
- NextPageEvent
- Navigates to the next page.
- PreviousPageEvent
- Navigates to the previous page.
- SetPageEvent
- Navigates to a specific page number.
- SetPageSizeEvent
- Changes the number of rows displayed per page.
- SetServerSidePaginationEvent
- Enables or disables server-side pagination mode.