Request to publish updated datatables.net-rowgroup types in NPM
Request to publish updated datatables.net-rowgroup types in NPM
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
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
It works now, thanks a lot!