Typescript throwing errors on selected and Buttons extension

Typescript throwing errors on selected and Buttons extension

joed67joed67 Posts: 14Questions: 6Answers: 1

I'm using DataTables in Typescript. All was going well, until....

I am using the Buttons extension and installed using npm from here:

npm install datatables.net-buttons
npm install datatables.net-buttons-dt

I have these imports in my code:

import 'datatables.net';
import 'datatables.net-buttons';

Although I am importing datatables-buttons, it causes errors when compiling.

**Object literal may only specify known properties, and 'buttons' does not exist in type 'Settings'.**

Shouldn't that be all I need for Typescript?

This question has an accepted answers - jump to answer

Answers

  • joed67joed67 Posts: 14Questions: 6Answers: 1
    Answer ✓

    Never mind on this... it was a missed typo.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Thanks for the update - good to hear you got it fixed.

    Allan

Sign In or Register to comment.