Hi. I am using DataTable Row Grouping in my react application.

Hi. I am using DataTable Row Grouping in my react application.

SaritaSonySaritaSony Posts: 1Questions: 1Answers: 0

I need to implement 2 levels of grouping, which is available in version 1.1 of the jquery. I could install the required version through npm, but the latest typings available for row groups (npm install --save @types/datatables.net-rowgroup) is version 1.0.1.
Any chances of the latest typings to be available soon?

Not able to use multi-level grouping because of the mismatch in versions.

Thanks.

Answers

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin

    Hi,

    We don't actually publish any typings for TypeScript yet. It is something we are going to do, but any typings that are available are currently provided by a third party. You'd need to contact them to request an update.

    It is very much on our list and nearly all of our new development is TS, we just need to get around to producing typings ourselves!

    Allan

This discussion has been closed.