MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Adjusting column width #271

Open msalehipro opened 3 years ago

msalehipro commented 3 years ago

Is there any feature to adjust column width? something like ->width('110px') or ->width('30%')

thyseus commented 2 years ago

There already is support for width() in livewire-datatables, i added minWidth() and maxWidth() if you want to have your datatable 'partial dynamic':

https://github.com/MedicOneSystems/livewire-datatables/pull/310