OptionalcollapsedIcon on the expander button of a collapsed tree item (default: ▸).
OptionalexpandedIcon on the expander button of an expanded tree item (default: ▾).
OptionalsortSort indicator on a column header sorted ascending (default: ▲).
OptionalsortSort indicator on a column header sorted descending (default: ▼).
TableConfig
App-wide (or subtree-wide) defaults for the components in this package, so that individual call sites don't need to configure icons or themes. Provide it once near the root of your app:
Providers nest: an inner
TableConfigoverrides only the fields it specifies. Anything not configured falls back to built-in defaults (unicode glyph icons, light theme).