• Resolved hiteshmandali

    (@hiteshmandali)


     Need to remove data table CSS which  genratae Unused CSS for almost all the page
    datatables.rowgroup.css
    datatables.columnfilterwidgets.css
    atatables.columnfilterwidgets.css
    datatables.serverside-processing.css
    Please provide any shortcode attribute or WP Filter using which css load only when moduled is used for the table.

    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!

    For this, you can use the tablepress_module_enqueue_css_files filter hook. It’s first parameter is true/false (for whether the CSS file should be enqueued) and the second parameter is the module name.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Unused css of datatable’ is closed to new replies.