function table_mergeOptions<TFeatures, TData>(table, newOptions): TableOptions<TFeatures, TData>;function table_mergeOptions<TFeatures, TData>(table, newOptions): TableOptions<TFeatures, TData>;Defined in: core/table/coreTablesFeature.utils.ts:78
Merges new table options with the current resolved options.
If options.mergeOptions is provided, it owns the merge behavior; otherwise options are shallow-merged.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
TableOptions<TFeatures, TData>
TableOptions<TFeatures, TData>
const options = table_mergeOptions(table, nextOptions)const options = table_mergeOptions(table, nextOptions)