Okay
  Public Ticket #922894
WPDatatables group colum
Closed

Comments

  •  2
    obidancer started the conversation

    I've updated the plugin to the latest version and grouping no longer work. On one install it is ignored, on two other it stops the whole table data to display (though the rest of the information is there (pagination, etc).


    Getting error:

    Uncaught TypeError: wpDataTables[b.tableId].rowGrouping is not a function

  • [deleted] replied

    Hi obidancer,

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check PRIVATE so nobody can see it except us.

  •   obidancer replied privately
  •  2
    Victor replied

    Hi,

    Will you please share the solution to this issue? I have tables with grouping that are not working.

    Thank you


  • [deleted] replied

    @obidancer
    It is fixed and it is working now.

    @Victor
    You have to replace files from:

    ../wp-content/plugins/wpdatatables/assets/js/jquery-datatables/jquery.dataTables.rowGrouping.js

    ../wp-content/plugins/wpdatatables/assets/js/jquery-datatables/jquery.dataTables.rowGrouping.min.js

    with files from the attachment.

  •  2
    obidancer replied

    awesome. Thank you for the prompt response!

  • [deleted] replied

    Hi obidancer,

    You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!

  •  2
    Victor replied

    Milos, thank you very much for sharing the solution.


  •  4
    weihs5 replied

    To anyone that is reading this in the future and is having the same problem, I was too. I tried using the files Milos attached below but they didnt work.  I fixed it and got everything working by modifying his files below by deleting the html text at the very top of the file.  These attached files worked for me.

  • [deleted] replied

    Hi weihs5,

    Thank you for sharing your solution, but can you write what exactly did you removed. I have compared your file from the attachment and my file from previous post and they are identical. Thanks!

  •  4
    weihs5 replied

    In the files I download I get a notice and two warnings above !function.  I guess my two files show that when downloading from this website.  I just delete everything above !function and it works.