Artem Zaiko

Results 1 comments of Artem Zaiko

I use this workaround until the bug is fixed (React): ```JavaScript useEffect(() => { const { rows } = table.getRowModel(); rows.forEach((row) => { const allSuRowsSelected = row.subRows.length > 0 &&...