table builder unable to filter/paginate if using composite primary key
Hey guys, anyone attempt to use composite primary key (multiple primary keys) with table builder before? Does your filter / pagination works?
My pagination return the correct results (e.g. showing 1 - 2 over 2 results), however the table will list out all of the records instead of the filtered ones only.
My pagination return the correct results (e.g. showing 1 - 2 over 2 results), however the table will list out all of the records instead of the filtered ones only.