Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
can you set grid column width to auto fit text
Hi,
That’s the default behavior if you do not specify any width or flex for a column. Only the very first set of data rendered in the grid viewport will affect the width. The width won’t update when you scroll and a longer text appears in the viewport.
maybe this is what you're looking for: https://vaadin.com/forum#!/thread/11256829
here is a image of the issue, i am not applying an css to grid, rows become jumbled and selection bar floats
Sorry for the late reply. Can you post an example somewhere online (jsbin/jsfiddle/codepen/plunkr etc), so we can take a closer look?
A simple check: have you applied a correct DOCTYPE for your HTML page? I have a slight recollection that if you omit <!doctype html> from the page you might end up with something like in the screenshot.