1 Reply Latest reply on Oct 5, 2009 1:26 PM by jid1

    ExtendedDataTable not refreshing data

      Hi,

      I have created an ExtendedDataTable that binds with a normal ExtendedTableDataModel. I have implemented the DataProvider interface to load the data. While processing, eg. an action is executed and the DataProvider data changes, but the table never calls the methods from the DataProvider again (just on startup)

      I suspect that the DataProvider is for initial load, but can't find how to force a refresh. Any hints?

      Should I ignore DataProvider and just extend/implement an ExtendedTableDataModel?

      Thanks