Typedefinition for rowgroup seems to be not complete
Typedefinition for rowgroup seems to be not complete
We moved to datatables.net 2.1.4 and replaced all the external typescript definitions by the definitions provided by the framework itself.
By the way awesome work on adding these.
We are using the rowGroups extension and the current typescript definition does not seem to be complete.
We currently override the definition with the following code:
interface ConfigRowGroup {
dataSrc: string[],
startRender: (rows: Api<any>, group: string, level: number) => string|HTMLElement|JQuery
}
Would it be possible to update the definitions?
This question has an accepted answers - jump to answer
Answers
Thank you for this! I've just committed the fix. I'll publish a new version when I get the column sizing issue fixed.
Allan
I checked the commit, looks wonderful. Thank you for changing this so promptly.