commit
89926b680c
@ -33,7 +33,7 @@ export default function filterRows(rows, filters, data) {
|
|||||||
function getFilterMethod(rows, data, filter) {
|
function getFilterMethod(rows, data, filter) {
|
||||||
const getFormattedValue = cell => {
|
const getFormattedValue = cell => {
|
||||||
let formatter = CellManager.getCustomCellFormatter(cell);
|
let formatter = CellManager.getCustomCellFormatter(cell);
|
||||||
if (data && data.data && data.data.length) {
|
if (data?.data?.length) {
|
||||||
data = data.data[cell.rowIndex];
|
data = data.data[cell.rowIndex];
|
||||||
} else {
|
} else {
|
||||||
data = rows[cell.rowIndex];
|
data = rows[cell.rowIndex];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user