KoolReport's Forum

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

Datagrid - option plugins - number of rows #2481

Open Coby opened this topic on on Dec 6, 2021 - 1 comments

Coby commented on Dec 6, 2021

Hello when you are using the option plugins, the drop down for records per page does show up also, how can you move the search inbox or the plugin buttons to the righ Thanks

Sebastian Morales commented on Dec 7, 2021

Pls try options' "dom" property to show/hide/place elements of DataTables:

https://datatables.net/reference/option/dom

For example:

DataTables::create(array(
    ...
    "options" => array(
        "dom" => "lftipB",
        ...
    )
));

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