mui-datatables icon indicating copy to clipboard operation
mui-datatables copied to clipboard

Print only appeared content rows with tableBodyMaxHeight applied

Open tsunwu opened this issue 1 year ago • 0 comments

Expected Behavior: I would like to print all content(rows) Current Behavior: it prints only appeared rows. Screenshot 2024-02-08 at 5 57 19 PM Screenshot 2024-02-08 at 5 57 46 PM

My code:

options: { tableBodyMaxHeight: '425px', responsive: 'standard', rowsPerPage: 100, };

version: 4.3.0

This behavior happens when the "tableBodyMaxHeight" options is set, but not "tableBodyHeight". Is there any fix for this issue so I can print all content while having max height on the table in view?

Thanks.

tsunwu avatar Feb 09 '24 02:02 tsunwu