Typedefinition for rowgroup seems to be not complete

Typedefinition for rowgroup seems to be not complete

seaninjapanseaninjapan Posts: 8Questions: 2Answers: 0

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

  • allanallan Posts: 63,290Questions: 1Answers: 10,428 Site admin
    Answer ✓

    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

  • seaninjapanseaninjapan Posts: 8Questions: 2Answers: 0

    I checked the commit, looks wonderful. Thank you for changing this so promptly.

Sign In or Register to comment.