function table_setOptions<TFeatures, TData>(
table,
updater,
options?): void;Defined in: core/table/coreTablesFeature.utils.ts:195
Updates the table options object.
The updater receives the current resolved options and the merged result is immediately assigned to the table instance.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
Updater<TableOptions<TFeatures, TData>>
boolean
void
table_setOptions(table, (old) => old)
table_setOptions(table, (old) => old, { syncExternalState: false })