In onRowFilter event I wish to access row's cells:
onRowFilter: function (args) {
var cells = args.row.cells.all();
}
But I get the following JavaScript error:
daypilot-all.js:34454 Uncaught TypeError: Cannot read property 'start' of undefined
Is this a know bug? Is there any workarround?
Thanks in advance.