Grin - filtering: configure time to star filtering

Hi, I’m using the grid component in Vaadin 8, at the moment my current project is similar to Vaadin Grid Basic Features sample, https://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/features, I’m using the same code. In this sample once you start to write at the filter text field and you stop to press keys for around 1 second it starts filtering. I would like to configure this time. Does anyone know if there is a way to configure this time? Thanks you very much. Regards.

Check the docs on the ValueChangeModes of TextField: https://vaadin.com/docs/v8/framework/components/components-textfield.html , under the subheading “Configuring the Granularity of Value Change Events”

-Olli

Thank you very much, I got what I wanted.

Great!