Hi Alan and Kevin,
Last year around this time we worked on a application that allowed our sales team to do their yearly budget.
They application was well received and it is that time of year again, however when I dusted off the application and was testing out functionality I received an error when using the DataTable Editor function. ( this worked last year)
Cannot read properties of undefined (reading 'select')
js
salespersonBillTo_editor.on('open', function () {
$('div.DTE input')[0].select();
});
I receive the error when I click on any cell in the Next Years Budget row .
As luck would have it I found a forum thread from last year with a bin where we work on this particular area of the script.
https://datatables.net/forums/discussion/76556/expanding-all-child-rows-from-button#latest
I created a new bin https://live.datatables.net/falecabi/1/edit with the latest code that was working last year, however I'm getting some errors the bin and it does not show the to show budgetDataSet row records.
My scripts does work in production( see image below) and this is not the issue I am currently having, just need some help with the bin.
Once we can get the budget data to show in the bin, then perhaps we can recreate the "Cannot read properties of undefined (reading 'select')" error