In my project I am using the jQuery Datatables plugin and I have implemented the Column Filter and the Editable plugins. All the latest releases.
The problem is that after adding new values to the table (via adding a new record or updating an existing) the drop-down filter for the respective column does not get updated. I.e. the select remains unchanged no matter what changes are applied to the records in the table.
During my research I have found a demo (http://jquery-datatables-editable.googlecode.com/svn/trunk/columnFilter.html) which demonstrates the integration of the above mentioned plugins, but only with text box filters. So I have downloaded this web page and tried to only alter a text filter to select. However this was without success.