Hello,
I have added a checkbox column (first column) and the table I used as a datasource contain some bool values which turns automatically into checkboxe columns. I also add an empty row so I can use the check boxes of it to do some work. I want to do the following: 1. When I check the first column Header checkbox, it will show only checked rows (selected based on the first column checkbox) 2. For those automatic generated checkbox columns, I want to do the same thing but the difference here is that the check box at the top will select only rows based on their original values, not set as the case of the first column.
Thank you