TextColumn and TextInputColumn for the same property
Hey all & kind person who can help,
I have made a button that toggles the mode of the list view from "display" to "inline edit".
This is achieved by having a boolean that checks which of the two (TextColumn and TextInputColumn) it should hide.
Somehow this breaks the TextColumn, and the TextInputColumn works fine. But I need them both to work correctly.
The reason why im trying to achieve this is to be one button click away from a fast edit / delete screen instead of having it always that way.
Thx in advance.
Solution:Jump to solution
The issue is that both columns have the same name. They must be unique. Give the
TextColumn
a different name and use getStateUsing()
6 Replies
Images:


I forgot the code example:
Solution
The issue is that both columns have the same name. They must be unique. Give the
TextColumn
a different name and use getStateUsing()
Thank you very much! I completely overlooked this in the docs.
Is mark solution broken?
right click -> mark solution -> Error: The appliciation did not respond.
Maybe the server is down 🤔
I think so, Will try it in a few hours again