Closed (outdated)
Project:
DataTables
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2010 at 10:17 UTC
Updated:
10 Sep 2018 at 23:22 UTC
Jump to comment: Most recent
Comments
Comment #1
duellj commentedFixed in next dev release
Comment #2
dpopov commentedIt doesn't complain now, but it also doesn't work – it just disappears when there are two fields in the same column or when one field is excluded from display.
Comment #3
duellj commentedAre you using the latest dev version? You might need to pull the code out of CVS to get the latest version.
Comment #4
dpopov commentedYes, I think so. It's July 30, 2010 - 16:05 with datatables.module 1.3.2.2.
Which version of jQuery plugin should be used? I tried 1.6.2 and 1.7 beta 6 – they don’t work with multiple fields in the same column. Version 1.5.6 works, but have some problems (it seems, that default sort column is calculated wrong, and when it is last column, then default number of entries displayed is 100, not 10).
Comment #6
broncomania commentedThis issue is still open. I had a similar problem. I have multiple coloumns and some are integrated.Datatable is still throwing errors of the different coloumns.
Comment #7
broncomania commentedSo I take a look into the module and found a bug
In the database.module look at row 209
This must be changed to
if not u get the wrong amount of td if u combine fields.
Greetings Bronco
Comment #9
dqd