Using tables(0)
returns all table API instances where tables(1)
returns a single table. My expectation is tables(0)
will retrun only the first table. Here is the example:
http://live.datatables.net/wiragogo/1/edit
Ordering tables(0)
orders all the tables but ordering tables(1)
orders only the second table.
Kevin