reports_kit
reports_kit copied to clipboard
How do I make a flat table?
Let's say in my database I have a table called Posts. Each post has a user_id, created_at datetime, and a post content. I want to make a simple table that displays all that info. How would I make that in ReportsKit? Any advice or tips? It's not clear how to select columns from a table or display an ActiveRecord query. Thanks.
Hi It looks more like you want to display your database content, for which gems like administrate can help you. I think reports_kit is built to help with reporting which is more of a numbers based representation of the database content