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.
3 Replies
I think they generally don’t work well with Laravel.
@Dennis Koch is this still not supported?
I don't think there was an update for Laravel