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
Description of the Issue
I've tried to add a Checkbox Column based on the CheckboxTableSourceWrapper, but It always defaulted to the first Position in the Table and moving Columns is not possible as far as I know.
It would be nice for UI Design to make this customizable, so the Position can be changed and maybe the Header as well.
Describe the solution you'd like
A Constructor you can pass a Style or similar object to define certain Properties which can be changed already in a normal Column.
A Method where you can set the Index (Position) of the Column.
Describe alternatives you've considered
Maybe making it so that if another primitive Element is trying to be displayed in a Cell, to draw it and try to eliminate the original Cell's functionality and replace it with the Elements Events?
Additional context Discussion where I found out that it's currently hardcoded in the Base Class and would take quite an effort.
Maybe wait until functionality of V2 is far enough to deal with this, I'd say it not the Highest Priority for a fix.
The text was updated successfully, but these errors were encountered:
NopeImNotHere
changed the title
Make CheckboxTableSourceWrapper have configurable Index and other Styling for the Column Position
Make CheckboxTableSourceWrapper have configurable Index and other Styling for the Column
Feb 20, 2025
Description of the Issue
I've tried to add a Checkbox Column based on the CheckboxTableSourceWrapper, but It always defaulted to the first Position in the Table and moving Columns is not possible as far as I know.
It would be nice for UI Design to make this customizable, so the Position can be changed and maybe the Header as well.
Describe the solution you'd like
A Constructor you can pass a Style or similar object to define certain Properties which can be changed already in a normal Column.
A Method where you can set the Index (Position) of the Column.
Describe alternatives you've considered
Maybe making it so that if another primitive Element is trying to be displayed in a Cell, to draw it and try to eliminate the original Cell's functionality and replace it with the Elements Events?
Additional context
Discussion where I found out that it's currently hardcoded in the Base Class and would take quite an effort.
Maybe wait until functionality of V2 is far enough to deal with this, I'd say it not the Highest Priority for a fix.
The text was updated successfully, but these errors were encountered: