I defined a datatable with text and select editor. I would like to add a frozen row under the headers with comments that say how to fill the columns. But since some columns using select editor, when I’m trying to add the text to the cells with the select editor, since the text isn’t in the options for the cells with the select editor, it appear as a blank in my table.
So for now I think about two options, changing the select editor to text editor only for this row, or add the comments in the options of the cells with the select editor and hide the options to the users. I would prefer the first option, is anyone know how to deal with this?
I would like to add a frozen row under the headers with comments that say how to fill the columns.
As the simplest solution, you can try to use multiline header : Code Snippet
I created a Snippet to illustrate my problem.
Or, as an another solution, you can change the template depending on what you have chosen. Please check the next example: Code Snippet