QTable access ComputedRows
-
I need to access the shown entries in a QTable. I tried the ‘pagination-label’ to get the entries but this only works if the table isn’t sorted by a column.
The QTable has an internal computed property ‘computedRows’. Thats exact what I want to access. -
@Willi-Weiger you can use it via using a ref on your qtable component, but know that it’s not part of the exposed api, so it might change internally without notice.
-
Thanks a lot - the good old ref - I forgot it still works.