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

Did you find this page helpful?