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

editor를 사용하고 싶어요. #3

@athilog

Description

@athilog
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는 작동하지 않네요.
아직 지원하지 않는건가요?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions