diff --git a/examples/react/filters-fuzzy/src/main.tsx b/examples/react/filters-fuzzy/src/main.tsx index 5c207bc51a..f76d76c8f3 100644 --- a/examples/react/filters-fuzzy/src/main.tsx +++ b/examples/react/filters-fuzzy/src/main.tsx @@ -84,10 +84,10 @@ function App() { { accessorKey: 'firstName', cell: info => info.getValue(), - filterFn: 'includesStringSensitive', //note: normal non-fuzzy filter column + filterFn: 'includesStringSensitive', //note: normal non-fuzzy filter column - case sensitive }, { - accessorFn: row => row.lastName, //note: normal non-fuzzy filter column - case sensitive + accessorFn: row => row.lastName, id: 'lastName', cell: info => info.getValue(), header: () => Last Name,