We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827b098 commit 36dede1Copy full SHA for 36dede1
packages/lit-table/src/index.ts
@@ -54,9 +54,8 @@ export class TableController<TData extends RowData>
54
55
this.tableInstance.setOptions(prev => ({
56
...prev,
57
+ ...options,
58
state: { ...this._tableState, ...options.state },
- data: options.data,
59
- columns: options.columns,
60
onStateChange: (updater: any) => {
61
this._tableState = updater(this._tableState)
62
this.host.requestUpdate()
0 commit comments