gregnb / gregnb/mui-datatables
Print only appeared content rows with tableBodyMaxHeight applied
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.