Replace original plain object. ```jsx const columns = [{ title: "xxx", className: "classNameOfColumn", render: () => <Table.Cell className="" onClick={} rowSpan={}>xxx</Table.Cell>, }] ``` @yesmeck what do you think?
Replace original plain object.
@yesmeck what do you think?