• Resolved jimoe

    (@jimoe)


    WP 4.9.5
    tablepress 1.9
    firefox 59.0.2

    The option “Use the following features of the DataTables” is enabled. Sorting, search, and pagination are enabled. The required JS module(s) are loading.

    jQuery(document).ready(function($){
    $('#tablepress-articles-csm').dataTable({"order":[],"orderClasses":false,"stripeClasses":[],"pagingType":"simple","info":false});
    });

    The features are not active. There was nothing obvious in the error console.

    Where have I gone awry?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is in row 51 of the table. There, you are using #colspan# to merge cells.
    Due to this, the table doesn’t have the same number of cells in each row, which however is a requirement by DataTables. Therefore, you must remove all #colspan# for it it to work.

    Regards,
    Tobias

    Thread Starter jimoe

    (@jimoe)

    Thank you. That fixed it. I missed that one row when transcribing from another area.

    Thread Starter jimoe

    (@jimoe)

    The issue is resolved.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Datatable feature not active’ is closed to new replies.