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
Copy file name to clipboardExpand all lines: apps/docs/src/pages/docs/api.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,14 @@ Column-level footers live on each [`TableColumn<T>`](#tablecolumnt) as the `foot
165
165
|`onColumnOrderChange`|`(columns: TableColumn<T>[]) => void`| - | Called after a drag-to-reorder column operation with the new column order. |
166
166
|`onColumnGroupOrderChange`|`(groups: ColumnGroup[], columns: TableColumn<T>[]) => void`| - | Called after a group drag-reorder with the new group order and the matching updated column order. |
167
167
168
+
### Localization
169
+
170
+
| Prop | Type | Default | Description |
171
+
|---|---|---|---|
172
+
|`localization`|`Localization`| - | Override every user-visible string and aria-label in the table. Pass a pre-built locale or build your own. See [Localization](/docs/localization). |
173
+
|~~`columnFilterOptions`~~|`ColumnFilterOptions`| - |**Deprecated.** Use `localization={{ filter: { ... } }}` instead. Will be removed in v9. |
174
+
|~~`expandableRowsOptions`~~|`ExpandableRowsOptions`| - |**Deprecated.** Use `localization={{ expandable: { ... } }}` instead. Will be removed in v9. |
175
+
168
176
## ColumnGroup
169
177
170
178
Defines a spanning group header above one or more columns. Pass an array to the `columnGroups` prop.
0 commit comments