[Feature request] Fixed columns on the right side of table
Hello,
Would it be possible to implement an option to fix columns on the right side of the table?
I am talking about this feature (https://hc200ok.github.io/vue3-easy-data-table-doc/features/fixed-column.html) where we can set header property "fixed" to true for a column to be fixed to the left side of the table?
Alternatively enabling header attribute "distance" to be passed directly would also help me achieve this. As I have understood it is a value in pixels by which the fixed column is being offset from the left. Screenshot of the source code from "src/hooks/useFixedColumn.ts"

I hope my request wasn't too confusing..
Thank you for taking your time to read this!
Best regards,
Luka.
Bump, I would also like this! We have a Status column on the right that needs to be fixed but if we set it to fixed it forces it to the left and we can't easily deal with that
Bump
found a tricky solution #249