Skip to content

Styles

The default views assume Bootstrap 5 markup.

Include the package SCSS in your application build if you use the default styling:

@import "../../vendor/trinetus/livewire-datatables/resources/scss/datagrid.scss";

If you publish assets, import the published copy instead:

php artisan vendor:publish --tag=livewire-datatables-assets

The package does not install Bootstrap or Bootstrap Icons for you. Include them in your application layout or asset build.