> In your example what happens when you change the ArrayList tableDataInList? > is the change automatically fired in the table? or do I need a listener?
Yes, ArrayList fires change events when its content is modified, so the table will automatically update in response.
