There are certain columns that can have a very large text size. That text wants to be seen in a totally simple way. Depending on the type of column, the display should vary so that the content can be seen in a simpler way.
What is the feature you are proposing to solve the problem?
Just as cells have an editable “mode” that transforms the contents of the cell to allow editing, we will do the same with expand.
{ id: 'text', cellRenderer: TextRenderer, headerName: 'Text' expandableCell: true, cellExpandabled: TextCellExpandabled },
The names of the properties are as an example, in the development the final names will be decided.
By default, the necessary renderers should be offered for the column types defined by default.
What is the problem this feature will solve?
There are certain columns that can have a very large text size. That text wants to be seen in a totally simple way. Depending on the type of column, the display should vary so that the content can be seen in a simpler way.
What is the feature you are proposing to solve the problem?
Just as cells have an editable “mode” that transforms the contents of the cell to allow editing, we will do the same with expand.
{ id: 'text', cellRenderer: TextRenderer, headerName: 'Text' expandableCell: true, cellExpandabled: TextCellExpandabled },
The names of the properties are as an example, in the development the final names will be decided.By default, the necessary renderers should be offered for the column types defined by default.
What alternatives have you considered?
No response