mui-datatables
mui-datatables copied to clipboard
Print only appeared content rows with tableBodyMaxHeight applied
Expected Behavior: I would like to print all content(rows)
Current Behavior: it prints only appeared rows.
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.