AutoFill does not appear to be working with Row Details at the same time.
AutoFill does not appear to be working with Row Details at the same time.

I'm trying to use both AutoFill and Row Details at the same time. I can get either to work separately on table. But, when I combine both AutoFill and Row Details on the same table I get an error thrown when I mouseOver the display Row Details. The error comes from the this.fnGetPosition method, line 5815, it seems that "cell" is not defined on the Row Details so a null reference error is thrown. There must be a way to identify that the AutoFill should not attempt an AutoFill on the Row Details that I am missing.
This question has an accepted answers - jump to answer
Answers
Hi,
Unfortunately this is a bug in the current version of AutoFill. I'm going to be releasing a major update in the next couple of days which will address this.
Unfortunately it is not a backwards compatible change though - the old API was horrible...
Allan
Thank you for the reply. I'll look forward to the update.
Backwards compatibility is only a minor inconvenience as dataTables is really a great tool for tables. I've written a full set of classes that configures the tables so I only need to modify the class, not every instance of a table.