DefinitelyTyped/types/tabulator-tables
simusr2 1ca3d432ca [FIX] Updated some type declaration for tabulator-tables (#34781)
* Update index.d.ts

Added missing some enum values to predefined types (according to tabulator documentation/examples)

* Update index.d.ts

Replaced Function with specific function type

* Update index.d.ts

Updated onRendered type for Formatter type definition

* Updated Formatter definition. Updated tabulator-tables-tests according Formatter definition

* Update tabulator-tables-tests.ts

Fixed Tabulator.EmptyCallback reference in tabulator-tables-tests

* Updated ColumnDefinition.align and Tabulator.element

ColumnDefinition.align: cannot by "left" | "center" | "right" (not types). Use intead a type as
type ColumnDefinitionAlign = "left" | "center" | "right";

Tabulator class implicity has element property. In tabulator source code there are some this.element references
2019-04-18 16:00:54 -07:00
..
index.d.ts
tabulator-tables-tests.ts
tsconfig.json
tslint.json