• Resolved andynz

    (@andynz)


    I have been testing out the responsive=collapse option.

    I noticed that if I do not set Use DataTables, the table is displayed with the show/hide buttons but, in addition, several of the DataTable options (number of entries, Search, Sorting etc).

    I can get rid of these by:
    Setting Use DataTables
    Unsetting all these unwanted options
    Unsetting Use DataTables

    It seems that the responsive=collapse option invokes DataTables even though it has not been selected.

    Can you confirm that the ‘recommended’ method is to set Use Datatables when using the responsive-collapse option?

    Regards
    Andy

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Andy,

    thanks for your question, and sorry for the trouble.

    Your observation is correct. The DataTables JS library is required for the collapse mode. If the “Use DataTables” checkbox is not checked, the Extension will basically turn it on internally.
    So, if you don’t want any of the other features (like sorting, searching, etc.), enable “Use DataTables” but turn off the individual checkboxes.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Required use of DataTables’ is closed to new replies.