jquery plugins - How to remove sorting option from DataTables? -


i'm using datatables plugin. don't want use sorting option (to sort columns in asc or desc order) comes default on each <thead>. how can remove sorting icon?

very similar @ravisolanki07 , it's different way achieve this.

var otable = $('#example').datatable( { "aocolumndefs": [{ "bsortable": false, "atargets": [ 0, 1, 2, 3 ] },                  { "bsearchable": false, "atargets": [ 0, 1, 2, 3 ] } });  

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -