Skip to content

Commit

Permalink
docs: Fix editable data example typo (#4789)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnzone committed Apr 1, 2023
1 parent 9268ce1 commit 5f667ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/editable-data/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function App() {
// Provide our updateData function to our table meta
meta: {
updateData: (rowIndex, columnId, value) => {
// Skip age index reset until after next rerender
// Skip page index reset until after next rerender
skipAutoResetPageIndex()
setData(old =>
old.map((row, index) => {
Expand Down

0 comments on commit 5f667ee

Please sign in to comment.