Closed GoogleCodeExporter closed 8 years ago
Can you set this up in jsfiddle.net and provide a link. That will make it
easier to visualize and debug.
Original comment by gerard.d...@cwlake.com
on 29 Jul 2011 at 2:43
Oh wow cool, I didn't know something like that existed!
http://jsfiddle.net/yWaVM/
The Javascript section is rather large because of copies of dataTables,
rowGrouping, and columnFilter; this makes syntax highlighting slow. Setting up
dataTables, rowGrouping, and columnFiler happens at the end of the Javascript
section.
with the table provided both dataTables core and rowGrouping seem to apply just
fine; only from columnFilter I do not seem to get the expected result, nor an
error message.
Original comment by houset...@gmail.com
on 1 Aug 2011 at 9:50
It seems clicking update generates a different URL:
http://jsfiddle.net/yWaVM/2/ is the one that uses the same libraries as my
"project"
Original comment by houset...@gmail.com
on 1 Aug 2011 at 9:53
Hi,
As far as I see you are not using a valid datatble. You have customized several
DOM elements (e.g. instead of the standard footer you have placed pagination,
you are not using DT pagination, you have added your custom sorting in columns,
etc) so DT is not properly initialized.
I have replaced your custom TFOOT with expected dom and some filters are shown,
however when DT filtering function is called it still does not return anything.
I think that you have made too much customization and that this breaks
filtering.
If you want to use your custom DOM that is not compatible with datatables DOM,
you will need to implement custom filtering too.
Regards,
Jovan
Original comment by joc...@gmail.com
on 27 Sep 2011 at 5:49
Closes functionality you can et is shown in the
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/issue22.html.
Name filter works; however, when you do anything (e.g. sort, change length)
Aktion column is cleaned. This is probably some issue with the DOM of the
DataTable.
You can se how valid datatables+column filer+row grouping works on the
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/rowGrouping.html
.
Jovan
Original comment by joc...@gmail.com
on 27 Sep 2011 at 6:09
Original issue reported on code.google.com by
houset...@gmail.com
on 27 Jul 2011 at 11:39Attachments: