• Resolved Clark

    (@cgascoigne)


    I’m using WP-Table Reloaded 1.9.1 and WP 3.1.1, and the DataTables+TableTools options have no effect on the front side of the table. The table looks as though DataTables+TableTools are turned off regardless of what I select on the backend.

    See here: https://www.financialtaskforce.org/about/allied-orgs/

    This table should be sortable by column, it should be searchable, and the TableTools options should be activated. However, none of those options are working.

    Thanks!

Viewing 10 replies - 31 through 40 (of 40 total)
  • that possible to unfold category here is photo
    https://i016.radikal.ru/1104/cf/6ec683d1bbca.jpg

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, ok. Thanks for the screenshot.

    Unfortunately, something like this is not possible with the plugin. It can only display basic tables, but no sophisticated features like in Excel.

    Best wishes,
    Tobias

    Hi,

    first of all, thanks for the really usefull plugin.

    Unfortunately i experienced the same problem as mentioned in the first post: Although i enabled DataTables+TableTools option, it has no effect on the table.
    Wordpress seems to load jQuery JavaScript Library v1.4.2. But i have to admit, that i don’t really know what this means in conflict with the plugin.

    Here a link to the Website/Table: https://tinyurl.com/44uw5hf

    I am using WP-Table Reloaded Version 1.9.1, and WordPress Version 3.0.

    Can you give me a hint for this problem?

    Thanks,

    J?rg.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi J?rg,

    thanks for your question.

    You seem to have added some code like

    $(document).ready( function () { 	$('#7').dataTable( { 		"sDom": 'T<"clear">lfrtip' 	} );

    to the “Custom Commands” textfield on the “Edit” screen of your table.
    This is not necessary and actually breaks the code! The TableTools library will be loaded automatically, without adding this code.
    Can you therefore please remove it?

    Regards,
    Tobias

    General confusion with customization seemed to mess up my table.
    Now it works perfectly, just by removing the additional code.
    Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very nice! Great that this worked so easily!

    Best wishes,
    Tobias

    Tobias,

    I’m having the same problem on https://www.irishtriathlon.com/index.php/2012/01/punchestown-duathlon-naas-tri-club/

    All the data tools options to search, sort and download options are not working.

    Any pointers would be great.

    Brian.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Brian,

    thanks for your question.

    From what I can see, this is caused by the JavaScript minification and concatenation that W3 Total Cache does on your site. For some reason this seems to break the DataTables JS library (which offers all of the search/sort/… functions).
    Can you maybe add DataTables to a white-list, so that it does not get minified and concatenated?

    Regards,
    Tobias

    Tobias,

    Thanks, turning off the JS miniification did the trick and it works well at https://www.irishtriathlon.com/index.php/2012/01/punchestown-duathlon-naas-tri-club/

    Brian.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Brian,

    awesome! Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 10 replies - 31 through 40 (of 40 total)
  • The topic ‘WP-Table Reloaded 1.9.1: "DataTables TableTools" Options Broken in WP 3.1.1’ is closed to new replies.