KoolReport's Forum

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

Fast Render Destroys Grid/Table Responsiveness #2956

Open Tony Hartmann opened this topic on on Jan 23, 2023 - 1 comments

Tony Hartmann commented on Jan 23, 2023

Hey Guys,

I just recognized that the fast render options destroys responsiveness when the screen/browser window is resized.

Also a recommendation: 1.) It would be cool if we can give the columns a priority. The moment the screen becomes to small to show all columns, the columns hide as starting with lowest priority.

2.) Each row could have a little icon ... if clicked a dialog box appears, showing all content (also hidden columns content) of the row.

3.) Alternatively another fix could be to "scroll left right" but have the table border etc. be pixel perfect in the view port

Any ideas?

Thanks Tony

Sebastian Morales commented on Jan 27, 2023

Tony, have you tried to use the Responsive plugin? For example:

DataTables::create(array(
    ...
    "plugins" => array(*Responsive"),
    "options" => array(
        ...
        "responsive" => true,
    )
));

Let us know if it works for you or not. Tks,

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
bug

DataGrid