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.
19 lines (18 loc) • 387 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 drawFixedShadow;
update(): void;
drawTopLine(): void;
draw(): void;
}