Closed komarovalexander closed 1 year ago
new rowData parameter added to give user access to rowData in that function
filter={(props) => { if (props.column.key === 'column1') { return (value: number[], filterRowValue: number, rowData: any) => //... ; } }}
new rowData parameter added to give user access to rowData in that function