Please read here:
http://stackoverflow.com/questions/7935227/apache-wicket-datatable-filtering-with-filtertoolbar-vs-manual-filtering
Sven
On 11/20/2012 08:48 PM, anton wrote:
//UserProvider extends SortableDataProvider
final ISortableDataProvider<User> datatable = new
UserProvider(tableValue()){
private static final long serialVersionUID = 1L;
@Override
public List<Contact> getList()
{
return tableValue(); //returns the values for the selected
options
}
};
still does not update the table ¿?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Updating-datatable-ajax-tp4653734p4654046.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]