From 18f91a8497bc20a58b94fb6c0017128c6e33905c Mon Sep 17 00:00:00 2001
From: Matti Tahvonen
+ * Table will not listen to value change events from properties overridden + * by generated columns. If the content of your generated column depends on + * properties that are not directly visible in the table, attach value + * change listener to update the content on all depended properties. + * Otherwise your UI might not get updated as expected. + *
+ ** Also note that getVisibleColumns() will return the generated columns, * while getContainerPropertyIds() will not. *
-- cgit v1.2.3