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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Tabs:maxVisible prop for count-based overflow cap. Hard-caps the visible tab count regardless of available width; trailing tabs collapse into the existing overflow="collapse" dropdown. Either prop alone activates the dropdown; when both are set, the stricter limit wins. (#46)
Table: Controlled-sort props (sortColumn, sortDirection, onSortChange) so externally paginated tables can sort the full filtered dataset rather than only the current page. (#45)
Fixes
Table: Sort-icon alignment on right-aligned headers — text now stays flush with body cell right edge whether sorted or not. (#44)