for client side (or if your server side data fits all on one page)
get oTable.fnSettings().aoData and read in all unique values for a given column.
for server side
call ajax script to run a query for unique values for a given column.
see comments in http://tote-magote.blogspot.com/2011/08/serverprocessingphp-for-datatables.html
Replies
get oTable.fnSettings().aoData and read in all unique values for a given column.
for server side
call ajax script to run a query for unique values for a given column.
see comments in http://tote-magote.blogspot.com/2011/08/serverprocessingphp-for-datatables.html