gregnb / gregnb/mui-datatables

Print only appeared content rows with tableBodyMaxHeight applied

Open
#2,028 0 comments 0 reactions 0 assignees View on GitHub
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.
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.