how to use jQuery UI themes
how to use jQuery UI themes
Maxilo
Posts: 2Questions: 0Answers: 0
hi, I'm a beginner in DataTablse and jquery, my question is how to use DataTables Themes (http://www.datatables.net/examples/basic_init/themes.html) in the server-side (http://www.datatables.net/examples/data_sources/server_side.html)
Please help me
I sorry for my language I'm Polish
Please help me
I sorry for my language I'm Polish
This discussion has been closed.
Replies
[code]
$(document).ready(function() {
$('#example').dataTable( {
"bJQueryUI": true,
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "../examples_support/server_processing.php"
} );
} );
[/code]
All of the initialisation options are listed here: http://datatables.net/usage/
Allan
example database:
[code]
free = 'yes' row color green
free = 'no' row white color
double = 'yes' row color brown
double = 'no' row white color
[/code]
and so there are several-colored.
I do not want colored rows that offers DataTables
Please help me and thanks
Allan