react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

rowKey support function

Open royue opened this issue 4 years ago • 1 comments

rowKey support function, like this (rowData: any) => string | number

royue avatar Feb 26 '21 08:02 royue

you can preprocess your data with this function and pass to BaseTable

nihgwu avatar Feb 26 '21 22:02 nihgwu