Skip to Content
0
Former Member
Jun 05, 2013 at 02:09 PM

Filter rows, when Table is in edit mode

30 Views

Hi expert,

I would like to hide specific rows in a table, when switching the table to edit mode.

What I have is a table with e.g. 10 rows. Also there are several columns, one of the columns is "Document type". 4 of the 10 rows have the value "Bill", the other 6 rows have the value "Information".

When the table is in "view mode" (editable: false), all 10 rows should be displayed. In "edit mode" (editable: false), only the 4 rows with document type "Bill" should be visible.

What is the best approach to get this working? Is there maybe a good example in the SDK Testsuite?

Regards

Stefan