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.

glendersonglenderson Posts: 231Questions: 11Answers: 29

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

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin
    Answer ✓

    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

  • glendersonglenderson Posts: 231Questions: 11Answers: 29

    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.

This discussion has been closed.