Datatable, MVC, Bootstrap

Datatable, MVC, Bootstrap

RonaldRonald Posts: 5Questions: 0Answers: 0
edited January 2014 in DataTables 1.9
Hi, i've made a script to initialize all tables in my intranet just add class in table.
i call this script with

That's works very weel, but how can i add more options only in my view page.
if i add a script $("#mydatatable").datatable( more functions ); it remplace my "dataTablesConfig.js"

in my example i just want disable a sorting column.

Thanx for your help and sorry for my poor english.
Ronald

Replies

  • netaisllcnetaisllc Posts: 24Questions: 2Answers: 0
    I think you will have to use different scripts for each table or find a way to pass options into your config script.
This discussion has been closed.