Table Form validation
Does anybody did this?
I have a tanstack table, which has several columns, every column is editable: text input, select dropdown etc.
Also there are some rules applying to entire table. For example, project members table, with ability to edit member role -- only one manager could/should be set, etc.
Currently I'm trying to incorporate React Hook Form into Tanskack Table, but its unclear where to pass what. Has anybody did something similar, could you please share your experience.
Best regards!
0 Replies