KoolReport's Forum

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

How to remove this from datagrid "Showing 1 to 5 of 5 entries" #854

Open iRiyada opened this topic on on May 7, 2019 - 1 comments

iRiyada commented on May 7, 2019

I tried this in script. but does'nt seem to work.

 $('#example1').dataTable({
    destroy: true,
    "bInfo" : false
});

David Winterburn commented on May 7, 2019

Hi,

Please try this:

DataTables::create(array(
                "dataSource" => $ds,
                "options" => array(
                    "bInfo" => false,
                    ...
                ),
                ...
))

Thanks!

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