instant-harlequinI
Refine2y ago
7 replies
instant-harlequin

map Columns

How to correct this code, i´m getting error in the dataIndex mapping columns: {
title: "Currency",
dataIndex: "currency_id", "id",
flex: "auto",
span: {
xs: 6,
},
Input: (props: SelectProps) => (
<Select {...selectPropsCUrrencies}
{...props}
/>
),
},
Was this page helpful?