You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: