Table of Contents

FixedDataTable
When using dataTables plug-in http://datatables.net
along with FixedColumns plug-in http://www.datatables.net/extras/fixedcolumns
there are many inconsistencies between the normal behavior of dataTales and the mixed usage.
For example the fnGetNodes will return rows but with columns that are not fixed.
FixedDataTable wraps the complex stuff between the mixed usage of dataTables and FixedColumns and provides useful methods, properties, events and call-backs. FixedDataTable expects a table with the following structure:
  1. THEAD
  2. TBODY
Options
An Options object for the creation of FixedDataTable;