• Resolved buddha12345

    (@buddha12345)


    HI! When I open this page on my website I get an error code. The guide says to edit the HTML code but I don’t have the opportunity inside the plugin. How can I do? Thank you

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is the “Custom Command”

    "columnDefs": [ { "searchable": false, "targets": [ 1, 2, 3 ] } ]

    that you are using for table 3. You would need to change that to 0, 1, 2, because counting the columns starts with 0 for the first column. However, as you have then turned off searching for all columns, you should actually just turn off the search/filter checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Incorrect column count’ is closed to new replies.