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: examples/svelte/basic-table-helper/src/App.svelte
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@
46
46
const tableHelper =createTableHelper({
47
47
_features: { columnSizingFeature: {} },
48
48
_rowModels: {}, // client-side row models. `Core` row model is now included by default, but you can still override it here
49
-
50
49
debugTable: true,
51
50
// TData: {} as Person, // optionally, set the TData type for the table helper. Omit if this will be a table helper for multiple tables of all different data types
0 commit comments