function table_setOptions<TFeatures, TData>(table, updater): void;function table_setOptions<TFeatures, TData>(table, updater): void;Defined in: core/table/coreTablesFeature.utils.ts:106
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>>
void
table_setOptions(table, (old) => old)table_setOptions(table, (old) => old)