Non-database Data Table
Hi all,
It would be really handy if you could create a table based on static data, e.g., from an array.
Personally I don't need it to have pagination or sorting or anything fancy, though of course that would be a bonus.
Are there any plans to introduce something like this in the core? I'd be happy to contribute.
I'm guessing the only way to do this currently would be to create a custom view, but I'm open to suggestions or pointing in the right direction if I'm missing something!
3 Replies
I think this is on the road map for v4. Could be wrong. But for now the recommended approach is to use the Sushi package.
GitHub
GitHub - calebporzio/sushi: Eloquent's missing "array" driver.
Eloquent's missing "array" driver. Contribute to calebporzio/sushi development by creating an account on GitHub.
Thank you! That's actually a pretty clever solution π