Reload Table after dropdown change

Reload Table after dropdown change

kubiixkubiix Posts: 5Questions: 0Answers: 0
edited June 2011 in General
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() ?
This discussion has been closed.