Using Pivot with TypeScript

Starting from v1.5, the dhtmlxPivot library provides a built-in support of Typescript which should work out of the box.

You can try out the functionality directly in our Snippet Tool.

Advantages of using TypeScript

What should you expect from using dhtmlxPivot with TypeScript?

The main benefit of TypeScript is that it lets you know exactly what type of data APIs of the dhtmlxPivot library expect.

Besides, the app development becomes faster and much productive as checking the types together with code completion will help you to avoid potential errors and to write a more stable code.

Back to top