Hi all,
I need suggestions regarding this scenario that how can I solve it.
Let's say my table "Student" has four entries:
NAME | Age |
A | 2 |
B | 3 |
C | 7 |
D | 6 |
Now when I apply filter to age column such that only students that have ages less than 4 are shown. ( in this example the rows will then be 2 )
So, what I want is to get the table buffer of Student in the display method that has only these two rows or generally speaking table rows after the filters have been applied.
Any help will be great.
Thanks.