vue3-easy-data-table icon indicating copy to clipboard operation
vue3-easy-data-table copied to clipboard

[Feature request] Fixed columns on the right side of table

Open LukaBulatovic96 opened this issue 3 years ago • 3 comments

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"

Screenshot from 2022-11-14 17-53-40

I hope my request wasn't too confusing..

Thank you for taking your time to read this!

Best regards,

Luka.

LukaBulatovic96 avatar Nov 14 '22 16:11 LukaBulatovic96

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

timmyhasler avatar Dec 19 '22 16:12 timmyhasler

Bump

phlex89 avatar May 22 '24 07:05 phlex89

found a tricky solution #249

willy2dg avatar Jul 04 '24 05:07 willy2dg