Hi All, Usually we display user list using grid component. It's like this <table t:type="Grid" source="users" row="user" rowsPerPage="12" pagerPosition="both"> </table>
As shown above, the source property value is 'users' is just the user list may fetch from database. The result will display all properties of user class in table . Now I want to only display some of properties of user class and add some extra columns like delete/update action to each row. What should I do? Thanks Allen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]