https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18211

--- Comment #14 from Christopher Brannon <cbran...@cdalibrary.org> ---
Just so we are clear on the issue, it looks like
jquery.dataTables.rowGrouping.js is adding an unneeded prefix "group-id-" to
id's, and including html tags in the sGroup.  My solution was to remove the
prefix and point the sGroup to the text only, and add another regex to remove
some other random characters.

Unless we want to adopt this script into koha's libraries and maintain it
ourselves, we should probably consider updating to a newer script at some
point, like the one I suggested.  I haven't tested it, so I don't know if it is
any better or worse that what is currently being used.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to