TablixJS - Complete Pagination Demo

This example demonstrates all the pagination features of TablixJS, including client-side, server-side, and automatic control generation.

1. Client-side Pagination with Auto Controls

✨ Auto-Generated Controls

Pagination controls, page size selector, and refresh button are automatically generated!

Loading client-side table with automatic pagination controls...

2. Server-side Pagination

🌐 Server-side Data Loading

Data is loaded from server on each page change. Simulates real API calls with loading states.

Loading server-side table...

3. Manual Control Integration

🎛️ Programmatic Control

Use JavaScript API to control pagination programmatically alongside automatic controls.

Manual controls work alongside automatic pagination controls.

4. Configuration Options

⚙️ Highly Configurable

Customize pagination behavior, appearance, and control positioning.

Custom configuration: Controls at bottom, limited page numbers, custom page sizes.