Saturday, September 3, 2016

Re: DataGrid with a Frozen Column?

There are other problems you can run into with the two datagrids approach. If the fixed column cells end up with a different height than the second table can end up shorter. The way around that is to have the fixed column in the second table as well, with the same width, but hidden.

I have also implemented a similar approach with GXT and ran into other issues with resizable columns due to a slightly faulty logic in the GXT default column resize handlers.

Sorting can also pose some slight issues in such a setup.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment