combobox and reloading datatables

combobox and reloading datatables

nasirus1983nasirus1983 Posts: 1Questions: 0Answers: 0
edited November 2010 in General
Hi,

I need help with making something like this:
I would like to make a combobox (i.e. over datatable). Then I would like change sAjaxSource depend on combobox selection.
Could anybody give me some idea how to do that ?

Second problem is that I'm trying to make that datatable will automaticaly get data from server, let's say every 10 seconds.

Replies

  • buda_wubuda_wu Posts: 4Questions: 0Answers: 0
    Hi Nasirus1983
    Has anybody found a solution for the nasirus1983 question? I've the same problem.
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    You could built this control by using the fnReloadAjax plug-in: http://datatables.net/plug-ins/api#fnReloadAjax to reload the table with whatever source you want, whenever you want.

    Allan
This discussion has been closed.