Hi, >> How do I set css styles on column cells? Directly into your CSS file : table td {background-colr: #fff;}
>> Secondly, I want to be able to mouse over a cell or header and have a small hover box appear with some data. How is that possible? You can maybe this sample : http://datatables.net/examples/api/select_single_row.html >> Third, where is the documentation on what I can define as 'options'. The JSON object options, where can I see the possible settings for it? The Options parameter can take all the parameters of the jQuery widget : http://datatables.net/ref Manu 2013/12/4 jerry s <jerry_s...@yahoo.com> > I have been reading this forum regularly, but now have questions about the > Jquery Datatable (sample below)... > How do I set css styles on column cells? > For instance how do I set the width of cells or change background colors > of entire cells? > > Secondly, I want to be able to mouse over a cell or header and have a > small hover box appear with some data. How is that possible? > > Third, where is the documentation on what I can define as 'options'. The > JSON object options, where can I see the possible settings for it? > > Thanks. > > > --------------------------------------------------------------------------------------------------------------------------------------- > <t:jquery.datatable t:id="dataTable2" id="dataTable2" > t:source="outgoingFiles" t:row="row" t:rowsPerPage="10" > reorder="field1, field2, > field3" > options="params"> > <p:field1Cell> > <div class="classx"> > ${row.something}</div> > </p:field1Cell> > <p:field1Header> > F1 > </p:field1Header> > </t:jquery.datatable> -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 demey.emman...@gmail.com Twitter : @EmmanuelDemey