e-virt-table
Version:
A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
18 lines (17 loc) • 361 B
TypeScript
import Context from './Context';
export default class Footer {
private ctx;
private renderRows;
private data;
private x;
private y;
private width;
private height;
private visibleWidth;
private visibleHeight;
constructor(ctx: Context);
private init;
private drawFiexShadow;
update(): void;
draw(): void;
}