Typedefinition for select-render method missing
Typedefinition for select-render method missing

in Select
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
The select-method used in examples for the select-extension has no typescript definition.
{
render: DataTable.render.select()
}
I could not find an entry in the DataTablesStaticRender
for the DataTable.render.select = function (valueProp, nameProp)
would it be possible to add it?
This discussion has been closed.
Replies
Thank you! Fix committed here and will be in the next release.
Allan
Thank you so much