KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Display individual record #2030

Open Hashim opened this topic on on Apr 14, 2021 - 3 comments

Hashim commented on Apr 14, 2021

Hi , I am using dashboard package. I managed to use table widget to show records. I would like to display all data from individual record. Ho can I do that?

KoolReport commented on Apr 14, 2021

If you don't provide the fields() function in Table widget, the Table will display all data from the query in the dataSource() function.

Hashim commented on Apr 15, 2021

I noticed that but what I am trying to do is , I want to have "View" button at the end of every record. When I click the button, the page will display all data of the record. It is the R of the CRUD function.

KoolReport commented on Apr 16, 2021

This can be done, we have an example about this as well. It called Customer board in our demo which we demo a view details button to link to customer profile. Another option is to use Modal to show details right on the current dashboard, there is no need to open another detail dashboard like our example. Which direction do you want to take?

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Dashboard