php - column filter in datatables -


i implementing datatables plugin, in page, individual column should filtered.i trying implement following following link:

http://datatables.net/release-datatables/examples/api/multi_filter_select.html 

but not working. there file have include? added <tfoot> also. please me.

you should use:

$(document).ready(function() {         var otable = $('#example').datatable({            "aocolumndefs": [         {             "bsortable":false,"atargets": [xxx]         }         });     } ); 

where xxx column number (starting first column = 0) wish sorted.

see documentation more details.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -