I have a model which have filter criteria . some is of type filterable on and some is of type of filterable off. model is added into the table and at one time only 50 records can visible. on the click of load more , more records is visible. After applying the filter, records is recived on the basis of the filter condition.
I want to show the total records on the UI. For example : table is displaying only 50 records. But in the database, 200 records exist according to the filter condition.
How can i show this?
If i will use the aggregate model then i need to use the same filter of account model. But how will we use the same filter condition into the another model.
Thanks


