KoolReport's Forum

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

Datagrid datatable give custom id to table #1456

Open ankit raj opened this topic on on May 21, 2020 - 1 comments

ankit raj commented on May 21, 2020

I am using multiple datatables and i want to give my own id instead of the random generated one so i can target the proper table easily. how do i pass my id like "id-details-table" to the datatable in options?

KoolReport commented on May 22, 2020

You can do:

DataTables::create(array(
    "name"=>"myOwnDataTableName"
))

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
None yet

None