Add custom Blade directives to make it easier to use JumpDataTable in Laravel Blade templates. This will improve developer productivity and reduce boilerplate code.
Tasks:
- Create a custom Blade directive (e.g., @DataTable) to render the table.
- Allow passing configuration options (e.g., columns, data source) directly in the directive.
- Ensure compatibility with Livewire and Vue.js components.
- Update the documentation with examples of using the Blade directive.
- Write tests to validate the functionality of the directive.
Add custom Blade directives to make it easier to use JumpDataTable in Laravel Blade templates. This will improve developer productivity and reduce boilerplate code.
Tasks: