You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
I am trying to create a Table which is matrix of rows and columns where a cell with matching keyword from the column and the row has a class applied to it. See the image below where you will notice a cell highlighted where the row and column have a matching name.
Currently the customCell prop on a column accepts a function with arguments for record and rowIndex, however to do my match I need access to some column information, either the full column object, or a columnIndex.
What does the proposed API look like?
I suggest extending the existing customCell prop with additional arguments for column and/or columnIndex.
What problem does this feature solve?
I am trying to create a Table which is matrix of rows and columns where a cell with matching keyword from the column and the row has a class applied to it. See the image below where you will notice a cell highlighted where the row and column have a matching name.
Currently the
customCell
prop on a column accepts a function with arguments for record and rowIndex, however to do my match I need access to some column information, either the full column object, or a columnIndex.What does the proposed API look like?
I suggest extending the existing customCell prop with additional arguments for
column
and/orcolumnIndex
.The text was updated successfully, but these errors were encountered: