patch: tbody grouping support
patch: tbody grouping support
herbert
Posts: 3Questions: 0Answers: 0
hi all
i've created a patch against datatables 1.8.1 to support multiple tbody-tags with ignored (colspan'ed) rows.
this patch adds support for tbody "groups":
[code]
....
tbody
tr (data)
td (data)
td (data)
tr (ignored)
td (colspan=2)
tbody
tr (data)
td (data)
td (data)
tr (ignored)
td (colspan=2)
....
[/code]
the patch:
http://www.digitalcane.com/misc/datatables-1.8.1-tbodygroup.patch
please let me know if there are any issues or better ways of doing things like cloning.
grz
i've created a patch against datatables 1.8.1 to support multiple tbody-tags with ignored (colspan'ed) rows.
this patch adds support for tbody "groups":
[code]
....
tbody
tr (data)
td (data)
td (data)
tr (ignored)
td (colspan=2)
tbody
tr (data)
td (data)
td (data)
tr (ignored)
td (colspan=2)
....
[/code]
the patch:
http://www.digitalcane.com/misc/datatables-1.8.1-tbodygroup.patch
please let me know if there are any issues or better ways of doing things like cloning.
grz
This discussion has been closed.
Replies
Thanks,
Allan
i've just create one: http://www.digitalcane.com/misc/datatables/index.html
grz
i've just uploaded the latest version. see the example url of my last post.
the patch is outdated and i have create a new one against the current version if i get some spare time... but you can get a patched version here: http://www.digitalcane.com/misc/datatables/js/jquery.dataTables.js
grz