React table value-based styling
I may be confused but it seems to me that in the former
What's the right approach for this with v8 ?
Old version (<td/> would get its own cell-value-based styling
New v8 version (<td/> styling no longer affected by cell value)
Thanks
react-table v7 version, we used to have more control on the way the rows would be rendered. In the attached screenshot (codesandbox https://codesandbox.io/s/ancient-frog-rsx361), I'd rather have the styling set at the <td/> level, not its child (so that padding would look cleaner).What's the right approach for this with v8 ?
Old version (<td/> would get its own cell-value-based styling
getColumnProps + getCellProps) New v8 version (<td/> styling no longer affected by cell value)
Thanks
