KoolReport's Forum

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

How to slide down one row in koolreport? #1667

Open Kajori Banerjee opened this topic on on Oct 16, 2020 - 2 comments

Kajori Banerjee commented on Oct 16, 2020

I want to give one down arrow to the row, If I click on that it should slide down and show some details. Is it possible in koolreport?

David Winterburn commented on Oct 19, 2020

Hi Kajori,

Did you mean something similar to this example:

https://datatables.net/examples/server_side/row_details.html

KoolReport commented on Oct 19, 2020

Hi Kajori,

Although there is no available feature that you describe but you can create one. An easier way is that when click to a row, you will show a modal with detail loaded data. You can use SubReport feature of KoolReport to load details data into modal. So the step will be:

  1. Add a bootstrap modal to view with sub report loaded inside body
  2. When user click to row (you may use client event or put a button on row of table to trigger), you will subReport.update() to fill bootstrap modal with content.
  3. Show the bootstrap modal.

Hope that help.

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

None