Row count dropdown only works when filter is applied. Is it default behavior? (if so, In my opinion it should not be visible if no filter is applied.)
How to enable pagination in table? or I have to use Datagrid.
regards
Umesh
Row count dropdown only works when filter is applied. Is it default behavior? (if so, In my opinion it should not be visible if no filter is applied.)
How to enable pagination in table? or I have to use Datagrid.
regards
Umesh
Pagination will work without filter if you set maxResults
parameter of the loader, for example:
<loader id="ownersDl" maxResults="100">