Request to publish updated datatables.net-rowgroup types in NPM

Request to publish updated datatables.net-rowgroup types in NPM

VanceMVanceM Posts: 3Questions: 1Answers: 0

I am working with the package datatables.net-rowgroup and noticed that the current available version 1.5.0 (Last published 9 month ago) in NPM (https://www.npmjs.com/package/datatables.net-rowgroup) isn't up to date with the GitHub Repository.

In particular the DataSrc prop typing was updated 3 months ago which now accepts an array of strings or integers (so it can be grouped by more than one column).

Any way you guys can publish the new fix to npm?

Update in question:
type DataSrc = string | number | Array<number | string>;

Replies

  • allanallan Posts: 63,487Questions: 1Answers: 10,467 Site admin

    Yes, thanks for the prompt. Normally I wait for a functional change in the Javascript, but it has been too long for this TS only update sitting on the shelf! I've doing the release now and it will be on npm very shortly.

    Allan

  • VanceMVanceM Posts: 3Questions: 1Answers: 0

    It works now, thanks a lot!

Sign In or Register to comment.