diff --git a/examples/react/row-selection/src/main.tsx b/examples/react/row-selection/src/main.tsx index 03c1e12bf5..de8376b743 100644 --- a/examples/react/row-selection/src/main.tsx +++ b/examples/react/row-selection/src/main.tsx @@ -108,6 +108,7 @@ function App() { data, columns, state: { + globalFilter, rowSelection, }, enableRowSelection: true, //enable row selection for all rows