You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking how other plugins handle the frozen columns feature,
but I found that they make it simpler, just with CSS, this also works to have the frozen columns on the right DEMO:https://primevue.org/datatable/#frozen_columns
To the time when I tested position : sticky it was with very limited implementations. Right now it seems to be a ready to use in tables.
This is really very light and elegant solution. I have play with it. It need some additional work for the border, but I think this can be solved. Let me test some other time and will I will replay with final solution.
I was checking how other plugins handle the frozen columns feature,
but I found that they make it simpler, just with CSS, this also works to have the frozen columns on the right
DEMO: https://primevue.org/datatable/#frozen_columns
I have created an example for those who want frozen column at the end with css
EXAMPLE: https://jsfiddle.net/68c073yu/
It would be great if it could be simplified using just CSS, I don't know if it would be a breaking change
It would also solve many problems related to frozen columns, such as the toolbars
The text was updated successfully, but these errors were encountered: