Closed targos closed 3 months ago
The previous API was not flexible enough. Sometimes we need to call hooks in the context of the rows. Now this is possible with the pattern:
renderRowTr={({ row, children }) => { return <CustomTr row={row}>{children}</CustomTr> }}
5ba1943
View logs
The previous API was not flexible enough. Sometimes we need to call hooks in the context of the rows. Now this is possible with the pattern: