we have a wide data table that we show in a Table Editor for the users to modify. In the first 2 columns there is information that identifies the row (product name & location). The other columns are numeric.
The users would like to have the first 2 columns remain visible (like in Excel) when they scroll all the way to the right. Would this be possible somehow in KNIME?
I see. As far as I know, there’s no way to do so with the Table Editor. (If I’m wrong, hope someone can correct me).
In the meantime, there are two options you can try although they might give a messy visual appearance to the entire table:
Instead of having the two identifier columns, you can remove them and add their content to the other columns in the form of substring extensions separated by a simple separator such as an underscore. For example, TESLA_California_3990432.
OR, join the two identifier columns together as one, and add a copy of it in between every few columns.