• Resolved Besttech12

    (@besttech12)


    Hello
    When I choose the use data tables option in the table config I am getting an error and the table will not load correctly on a page.

    The error I get is Unable to set property ‘_DT_CellIndex’ of undefined or null reference in line 24 of the jquery.tablepress/js/jquery.datatables.min.js?ver=1.7

    Also when I enable this feature on one table it prohibits the rest of the tables from popping up in the pop up maker plugin site wide. I go in and disable the Use data tables function and everything works. Any ideas?

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This indicates that your table has broken HTML, or that you are maybe using combined/merged cells (via #colspan#) in that table.

    Could that be the case? Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Besttech12

    (@besttech12)

    Hello

    I deleted the table I think was the culprit and now my tables will all pop up. But anytime I click the use data tables option on any table the tables will not pop up in the pop up maker plugin and any table loaded any a page loses all the css formatting and JS features. I am developing this site behind our company secure network so I cant get you a link but any ideas would be helpful.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    this JS error basically means that the table structure was not completely “rectangular”. This can for example be caused by the use of #rowspan# or #colspan# in the table.
    If you are not using those, there is most likely invalid HTML in the table. A common cause is missing quotation marks " e.g. in HTML code for images or links. Could that be it?

    If you still can’t find the cause, can you maybe email me a JSON export of a table that is showing that error message?

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit tabel not working’ is closed to new replies.