Okipa / laravel-table

Generate tables from Eloquent models.
MIT License
534 stars 64 forks source link

Display only certain rows depending on value #19

Closed TMigue closed 5 years ago

TMigue commented 5 years ago

Hello!

I don't know if this is possible in the current version, but it would be nice if we could only display certain rows of a model given a certain value of said model (ownerID or something like that) Instead of showing all current rows of that model.

Thanks in advance!

TMigue commented 5 years ago

I just understood the wonders of Laravel Query Builder, sorry for the spam!