individual column filtering & empty select menus

individual column filtering & empty select menus

DriverDriver Posts: 23Questions: 0Answers: 0
edited September 2011 in General
I have a short question, what should I do to enable individual column filtering? Now it is not working, the select menus are empty.

http://nevada.pl/datatables/server_side.html

Replies

  • DriverDriver Posts: 23Questions: 0Answers: 0
    Anyone help me with this?
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    your select elements will be empty until you put something in them. what do you want in them?
  • DriverDriver Posts: 23Questions: 0Answers: 0
    I'd like in them all the column values, under which they are. What are all the possible ways to fill them out?
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    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
  • DriverDriver Posts: 23Questions: 0Answers: 0
    Thank you for your help, I'll try to do it. :-)
This discussion has been closed.