Reload Table after dropdown change
Reload Table after dropdown change
I have a page with dropdown containing customers and datatable with orders for selected customer
For the initial table create, I use aoData.push({ "name": "customerId", "value": "<%: Model %>" }); to specifiy customer. The table is fine, but i don't know, how to redraw the existing table with new customerId.
Is there any way, how to change customerId stored somewhere in datatable before I call fnDraw() ?
For the initial table create, I use aoData.push({ "name": "customerId", "value": "<%: Model %>" }); to specifiy customer. The table is fine, but i don't know, how to redraw the existing table with new customerId.
Is there any way, how to change customerId stored somewhere in datatable before I call fnDraw() ?
This discussion has been closed.