MedicOneSystems / livewire-datatables

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

Sticky Rows and Columns #410

Open mgalante324 opened 2 years ago

mgalante324 commented 2 years ago

I would like to make the header row sticky as you scroll down on the page, and multiple columns sticky to the left when scrolling horizontally (I have a really long table). Is this possible?

thyseus commented 2 years ago

I think this is possible by just appending some tailwind classes to the appropriate places. I also have the same demand, but solved this in an bootstrap project. If anybody solves this issue, i would also be interested !