Introduce a Laravel Facade to simplify the usage of JumpDataTable in Laravel projects. This will provide a clean and intuitive API for developers.
Tasks:
- Create a Facade class for JumpDataTable.
- Register the Facade in the Laravel service container.
- Provide methods for common operations like setting columns, applying filters, and configuring pagination.
- Update the documentation to include examples of using the Facade.
- Write tests to ensure the Facade behaves as expected.
Introduce a Laravel Facade to simplify the usage of JumpDataTable in Laravel projects. This will provide a clean and intuitive API for developers.
Tasks: