tanstack table | how can i make one cell update other cells in the same row
hi so i'm trying to figure out how to make one cell's changes affect other cells in the same row with tanstack table, basically i have a SiteSelect component that lets users pick a site, and when they change it, i need the method column in that same row to update too. any examples of code u could share? that would be great since im not too good with these sorts of things, i have other stuff but i want a more general kind of e.g. so i can use it for other use cases too like say i have a drawer i change a value in that component and it also reflects to that row e.g. i can edit the domain in that drawer and it will edit it in the row, cheers
1 Reply
sensitive-blueOP•4w ago
already flund the fix