mirror of https://github.com/buster-so/buster.git
update table
This commit is contained in:
parent
17748b1ddb
commit
61c6236da3
|
@ -102,12 +102,6 @@ const BusterTableChartBase: React.FC<BusterTableChartProps> = ({
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const BusterTableChart = React.memo(BusterTableChartBase, (prev, next) => {
|
export const BusterTableChart = React.memo(BusterTableChartBase);
|
||||||
return (
|
|
||||||
isEqual(prev.data, next.data) &&
|
|
||||||
isEqual(JSON.stringify(prev.columnLabelFormats), JSON.stringify(next.columnLabelFormats)) &&
|
|
||||||
isEqual(prev.tableColumnOrder, next.tableColumnOrder)
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
export default BusterTableChart;
|
export default BusterTableChart;
|
||||||
|
|
Loading…
Reference in New Issue