1 Reply Latest reply on Oct 16, 2009 8:36 AM by ilya_shaikovsky

    ScrollableDataTable and dynamic model

      Hi,

      Can someone tell me how can I make a Dynamic ScrollableDataTable. The operations I want are the usual (add/delete row,clear, reload).

      Is this supported, or do I need to implement ScrollableTableDataModel from scratch?

      I tried to use ListDataModel and "play" with the backing list, but I get quite a few different issues (SimpleRowKey not refreshed or subList exception).




      Thanks