Fixed Left Column
- Single Page
Posted 25 June 2012 - 20:29 PM
Thanks Tim
Posted 26 June 2012 - 14:30 PM
Posted 27 June 2012 - 12:31 PM
Step1: Use datatables theme: "$crud->set_theme('datatables');"
Step2: Add this JS Plugin file to your project(Fixed columns for datables) http://datatables.net/download/build/FixedColumns.min.js
Step3: Go to assets\grocery_crud hemes\datatables\js\datatables.js
Step4: At the top of the file modify oTable by following this guide: http://datatables.net/release-datatables/extras/FixedColumns/index.html
Extra Help: The key thing to add to the datables.js file is "new FixedColumns( oTable );" under the "oTable"