patch: tbody grouping support

patch: tbody grouping support

herbertherbert Posts: 3Questions: 0Answers: 0
edited November 2011 in DataTables 1.8
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

Replies

  • allanallan Posts: 61,656Questions: 1Answers: 10,094 Site admin
    Oooo - I like the look of this. Do you have a link to an example for us so we can see it running?

    Thanks,
    Allan
  • herbertherbert Posts: 3Questions: 0Answers: 0
    hi allan

    i've just create one: http://www.digitalcane.com/misc/datatables/index.html

    grz
  • kamikzkamikz Posts: 2Questions: 0Answers: 0
    Hi there, how can one use your patch?
  • herbertherbert Posts: 3Questions: 0Answers: 0
    Hi kamikaz

    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
This discussion has been closed.