i try to use datatable with a style like http://www.mangerbouger.fr/bouger-plus/nous-vous-aidons-a-bouger/bouger-pres-de-chez-vous.html?codepostal=paris
i want to customize cells position as this example : http://www.mangerbouger.fr/bouger-plus/nous-vous-aidons-a-bouger/bouger-pres-de-chez-vous.html?codepostal=paris
you can see that : picture cells 1
cells2
cells3
with css i can style color, font-size... but i don't how to customize cells position in a line ...
Replies
but i don't see how to style cells position, the other one below... and an picture at left...
you can see that : picture cells 1
cells2
cells3
with css i can style color, font-size... but i don't how to customize cells position in a line ...
The cells in your example just have the same position, and height, so I do not see what is customized...
You can use Firebug to check the css of that particular table, maybe it helps?
i found class like #dataTable.date doean't referer to an class in dataTable.
is it possible to link an field name with an class style name ?
[code]
[/code]
how can associate a style name to ?
is it possible to dynamically generated an class Name to TD ?
[code]
"aoColumns" : [
{ sClass: "date" },
{ sClass: "titre" }],
[/code]
:)