[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
assets
/
DataTables
/
extensions
/
ColReorder
/
[
Home
]
File: Readme.md
# ColReorder ColReorder adds the ability for the end user to click and drag column headers to reorder a table as they see fit, to DataTables. See the [documentation](http://datatables.net/extensions/colreorder/) for full details. # Basic usage ColReorder is initialised using the `colReorder` option in the DataTables constructor - a simple boolean `true` will enable the feature. Further options can be specified using this option as an object - see the documentation for details. Example: ```js $(document).ready( function () { $('#myTable').DataTable( { colReorder: true } ); } ); ``` # Documentation / support * [Documentation](https://datatables.net/extensions/colreorder/) * [DataTables support forums](http://datatables.net/forums) # GitHub If you fancy getting involved with the development of ColReorder and help make it better, please refer to its GitHub repo: https://github.com/DataTables/ColReorder