Fixed Columns in datatables
Fixed Columns in datatables
Hi all, first time poster;
I've been searching the web for a plugin that can help me fix columns in a table, I've found one but I would like to use this fantastic jquery plugin also and well thats where my problem begins;
the other plugin and datatables don't like each other, so searching this forums I came along this discussion :
FixedHeaders v1.0.0 - "Freeze" the column titles at the top of the table;
there's a poster there that suggests what I need and Allan tells him its easy to implement, but since I don't know how to code in javascript, I don't know how to implement the suggestions Allan gives him;
can anyone help me out implement Allan suggestions so I can be able to create a table with fix columns;
I'll appreciate all the help you guys can give me
Thanks in advance
I've been searching the web for a plugin that can help me fix columns in a table, I've found one but I would like to use this fantastic jquery plugin also and well thats where my problem begins;
the other plugin and datatables don't like each other, so searching this forums I came along this discussion :
FixedHeaders v1.0.0 - "Freeze" the column titles at the top of the table;
there's a poster there that suggests what I need and Allan tells him its easy to implement, but since I don't know how to code in javascript, I don't know how to implement the suggestions Allan gives him;
can anyone help me out implement Allan suggestions so I can be able to create a table with fix columns;
I'll appreciate all the help you guys can give me
Thanks in advance
This discussion has been closed.
Replies
I'm not sure if anyone has given this a go yet, but the principle should be more or less the same as the fixed header - have a floating element on top of the table which will scroll around with the page.
Regards,
Allan