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
I have a screen with multiple datatables in it. Some of the tables have Pagination enabled and some do not. For the tables with pagination, the table header size is larger. The unpaginated table header also has some amount of margin to the left of it, which the paginated header does not (I prefer it without). Please see the attached screenshot. The expected behavior would be that the appearance of the table header be consistent, regardless of the active features.
Note: I attempted to work around this by disabling the Table Header for all tables and just creating my own using the native Display Text feature, but when pagination is enabled, the Table Header is still displayed whether it's enabled or not.