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.
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.