Row alignment is missing after sorting on fixed columns
Row alignment is missing after sorting on fixed columns
vivekyandapalli
Posts: 4Questions: 1Answers: 0
I have created Datatable with fixed columns. When I'm sorting on fixed columns, row alignment is missing. Please check the attached gif.
This discussion has been closed.
Answers
I'm not seeing it on our page here.
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Hi Colin,
Thanks for responding, you can use the same link, I am able to reproduce that issue for the link which you have provided. Just scroll to some position and click on sort(fixed columns sorting).
Is it Chrome you are using there? I’m not seeing that issue I’m afraid. Colin are you able to reproduce it?
Hi Allan,
Yes it is Chrome. Have you followed the exact steps like first scroll to some position and sort on fixed columns.
I'm seeing it here with Chrome, guys. Try scrolling the table to the bottom, then sorting on First Name.
Ah yep, thanks @tangerine , that shows. I've raised it internally (DD-1485 for my reference) and we'll report back here when there's an update.
Cheers,
Colin
Got it now - thanks!
I traced it back to this commit between 3.0.4 and 3.1.0. So this issue has been there for quite a while! It happens if you scroll in a fixed column, and then immediately sort on that column, without passing the mouse over the unfixed part of the table.
This commit fixes that. It will be in the nightly version shortly.
Regards,
Allan
@allan @colin @tangerine Thank you all for your support.