@visactor/vtable
Version:
canvas table width high performance
17 lines (11 loc) • 1.08 kB
JavaScript
import { ListTable } from "./ListTable";
import { registerAxis, registerEmptyTip, registerLegend, registerMenu, registerTitle, registerTooltip, registerAnimation } from "./components";
import { registerCustomCellStylePlugin } from "./plugins/custom-cell-style";
import { registerListTreeStickCellPlugin } from "./plugins/list-tree-stick-cell";
import { registerButtonCell, registerChartCell, registerCheckboxCell, registerImageCell, registerProgressBarCell, registerRadioCell, registerSparkLineCell, registerSwitchCell, registerTextCell, registerVideoCell } from "./scenegraph/group-creater/cell-type";
registerAxis(), registerEmptyTip(), registerLegend(), registerMenu(), registerTitle(),
registerTooltip(), registerListTreeStickCellPlugin(), registerCustomCellStylePlugin(),
registerAnimation(), registerChartCell(), registerCheckboxCell(), registerImageCell(),
registerProgressBarCell(), registerRadioCell(), registerSwitchCell(), registerButtonCell(),
registerSparkLineCell(), registerTextCell(), registerVideoCell();
export class ListTableAll extends ListTable {}