Skip to content

Commit f5cb60c

Browse files
ci: apply automated fixes
1 parent 00a332d commit f5cb60c

File tree

1 file changed

+1
-1
lines changed
  • examples/react/basic-table-helper/src

1 file changed

+1
-1
lines changed

examples/react/basic-table-helper/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const defaultData: Array<Person> = [
5353

5454
// 3. New in V9! Tell the table which features and row models we want to use. In this case, this will be a basic table with no additional features
5555
const tableHelper = createTableHelper({
56-
_features: {columnSizingFeature: {}},
56+
_features: { columnSizingFeature: {} },
5757
_rowModels: {}, // client-side row models. `Core` row model is now included by default, but you can still override it here
5858
_processingFns: {}, // client-side processing functions used by the row models (sorting, filtering, etc.). Not needed in this basic example
5959
debugTable: true,

0 commit comments

Comments
 (0)