Hello,
I wanted to know if it’s possible to put something else than string or number into a TableView ? Like a checkbox or a ComboBox. I tried to search for examples but I can only fine ListView doing such things.
I want a TableView to have a header and to sort the elements. It’s like this :
Player Name (String) – Connection Status (image) – Kick Player (Button)
I tried also to create a rowDelegate with my differents items embedded in a Row, but it doesn’t work either.
Someone alreay tried this or has an idea on how to do such thing ?
Thanks in advance !
↧