• Resolved Nico Marcuz

    (@nick7766)


    Hi There!

    We are using the plugin TablePress. latest version of TablePress and WordPress.

    If we look at these site

    https://www.hello-world.net/jakobsweg-kosten/

    with the chrome devtools we get a error like this:

    jquery.datatables.min.js?ver=1.12:37 Uncaught TypeError: Cannot set property ‘_DT_CellIndex’ of undefined
    at Ka (jquery.datatables.min.js?ver=1.12:37)
    at R (jquery.datatables.min.js?ver=1.12:29)
    at HTMLTableRowElement.<anonymous> (jquery.datatables.min.js?ver=1.12:30)
    at jquery.js?ver=1.12.4-wp:2
    at Function.map (jquery.js?ver=1.12.4-wp:2)
    at n.fn.init.map (jquery.js?ver=1.12.4-wp:2)
    at oa (jquery.datatables.min.js?ver=1.12:30)
    at e (jquery.datatables.min.js?ver=1.12:106)
    at HTMLTableElement.<anonymous> (jquery.datatables.min.js?ver=1.12:107)
    at Function.each (jquery.js?ver=1.12.4-wp:2)

    thnx for helping to fix this problem

    best regards
    nick

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is that you have enabled the features of the DataTables JS library, for a table that uses #colspan# to combine/merge table cells. Unfortunately, this is not compatible.

    Depending on what’s more important for you, you’ll now have to uncheck the “Use DataTables” checkbox on the “Edit” screen of the table, or remove all #colspan# and #rowspan# from the table.

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    Hey Tobias!

    thnx for answering. So did I understand you right that this is a problem with WP 5.5 and the jquery issue?

    best regards & nice We
    Nick

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, not at all! That’s a completely different and unrelated issue!

    In your case, you can not use the DataTables JS library’s functions, because your table uses #colspan# to merge cells. You will have to turn DataTables off for this table or remove all #colspan#.

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    Ok, I understand. Thnx for helping Tobias.

    best regards & nice WE
    Nick

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uncaught TypeError: Cannot set property ‘_DT_CellIndex’ of undefined’ is closed to new replies.