RichFaces 4 - number of rows of filtered ExtendedDataTable

After applying the filter to ExtendedDataTable, how can I get a new row counter displayed to the user?

I tried to associate ExtendedDataTable with a UIExtendedDataTable object in the bean base, but I cannot find the method / attribute that has this value. I can get the line count of the whole list before filtering it.

+4
source share
1 answer

The same thing here, wrote a pure javascript solution using jQuery to get the number of rows from the result of a div class when the filter is complete. Let me know if you find the best solution.

0
source

Source: https://habr.com/ru/post/1438905/


All Articles