This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Description
const columns = [
{
title: "Name",
name: "name",
editor: "text"
}
];
export default () => {
return (
<Grid
data={data}
columns={columns}
rowHeight={25}
bodyHeight={1000}
virtualScrolling={true}
heightResizable={true}
rowHeaders={["rowNum"]}
/>
);
});
이렇게 시도 해봤는데 editor는 작동하지 않네요.
아직 지원하지 않는건가요?