Empty columns () are getting appended when using datatables 1.10.20

Empty columns () are getting appended when using datatables 1.10.20

vimalkumarvimalkumar Posts: 2Questions: 1Answers: 0
edited March 2020 in Free community support

We have been using jquery datatables with version 1.10.19 and planned to upgrade it with latest 1.10.20.
After applying the new changes as per 1.10.20 facing issue with warning -

DataTables warning: table id=inventoryDataTable - Requested unknown parameter '15' for row 0, column 15. For more information about this error, please see http://datatables.net/tn/4

And when we debugged found that columns are getting appended with empty data (<td></td>) as shown below,

Even though there not much changes between 1.10.19 -> 1.10.20 we get this issue, Can anybody please help me why this issue is occurring after upgrading to 1.10.20 version?

Any help on this is appreciated.

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    That definitely wouldn't be the expected behaviour. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • vimalkumarvimalkumar Posts: 2Questions: 1Answers: 0
    edited March 2020

    It will be very difficult to create test case as we are using custom features like filters along with rendering tables - we are extending the feature by created objects. Picking them and making text case would be significant work.

    Meanwhile i would be happy if somebody shares their opinion on probability of this issue as there is not much change between 1.10.19 and 1.10.20 upgrades.

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Trying to debug it without a test case is also significant work ;) Without it, it'll be hard to diagnose.

    Colin

This discussion has been closed.