I am looking for a way to fix the first column like this website on bottom.
How can I make the first columns fixed when scrolling?
(devexpress is useless)
I found a way for handle this. For each first TableCell of TableRows I added an style class with the next properties
position: '-webkit-sticky',
position: 'sticky',
background: '#fff',
left: 0,
zIndex: 1,
There is a limitation, no border-button is shown on Firefox, testing in Edge works as spected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With