For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataEditorCore

DataEditorCore is a stripped down version of the DataEditor that allows for greater tree shaking and smaller package sizes. The primary differences between DataEditorCore and DataEditor are:

  • No built in headerIcons

  • No built in renderers. All desired core renderers must be provided via the renderers prop.

  • No built in imageWindowLoader. This must be provided as well.

Last updated