let's go to seriously things ;
i have created e method in my gwt server which return a list of data <PersonneDTO>
in my gui i'm using a flextable to display that data and it's works perfectly.
but i thinks it's not good to work with flex table because i have to create my column and it's not mapped to the structure for personne class.more than that i can't select a row with that flex table.
i'm thinking to use grid data but the problem is that i can't set widget to a column.for example i nedd to create a delete button for each row in data grid.
there is also celletab and many other components but i'm really confused.
help plz