UNPKG

@visactor/vtable

Version:

canvas table width high performance

15 lines (13 loc) 455 B
import { InternalIconName } from "../ts-types"; import * as registerIcons from "../icons"; export class RowSeriesNumberHelper { constructor(_table) { this._table = _table; const regedIcons = registerIcons.get(); this.dragReorderIconName = regedIcons[InternalIconName.dragReorderIconName]; } getIcons(col, row) { return [ this.dragReorderIconName ]; } } //# sourceMappingURL=row-series-number-helper.js.map