Adjusting column width? #4628
-
Is it possible to adjust column width for each user? For example can user 1 adjust the name column so it has a width of 10 and user 2 so it has a width of 15? (Don't mind the measurement Unit) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You're going to have to provide some more context here please. Perhaps a screenshot. What columns? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@Fluxus00 might be technically possible. We use bootstrap-table for table rendering, and you can manually adjust column widths: https://bootstrap-table.com/docs/api/column-options/#width However we'd need to be able to set column widths dynamically for each column, and store these settings in the browser cache (no communication back to the server). It would then be fixed to a particular browser on a particular device. If you are interested in developing this I can provide some pointers, but this would not be a high priority development target for me. |
Beta Was this translation helpful? Give feedback.
@Fluxus00 might be technically possible. We use bootstrap-table for table rendering, and you can manually adjust column widths:
https://bootstrap-table.com/docs/api/column-options/#width
However we'd need to be able to set column widths dynamically for each column, and store these settings in the browser cache (no communication back to the server). It would then be fixed to a particular browser on a particular device.
If you are interested in developing this I can provide some pointers, but this would not be a high priority development target for me.