@sps-woodland/editable-table
v8.53.30
Published
SPS Woodland Design System Editable Table component
Keywords
Readme
@sps-woodland/editable-table
SPS Woodland Design System Editable Table component.
EditableTable lives in @sps-woodland/core/editable-table — this wrapper
re-exports from there for backwards compatibility.
Preferred (core, tree-shakes per component)
import { EditableTable } from "@sps-woodland/core/editable-table";
import "@sps-woodland/core/editable-table/style.css";Still supported (legacy wrapper, re-exports from @sps-woodland/core)
import { EditableTable } from "@sps-woodland/editable-table";
import "@sps-woodland/editable-table/style.css";