melistik / vaadin-grid-util

simplify the use of vaadin's grid and add features
https://vaadin.com/directory/component/gridutil
MIT License
32 stars 21 forks source link

Left click not focussing filter input box #24

Closed mahi-kandiar closed 7 years ago

mahi-kandiar commented 8 years ago

Filter input box can be tabbed in or right clicked in, but left clicking on them does not make them focused and is still blurred.

I think

filter.setTextFilter("grantNumber", true, false); filter.setTextFilter("applicationNumber", true, false)

image

melistik commented 8 years ago

Hi, I didn't got your point. Could you please sent me a detailed code example?

melistik commented 7 years ago

missing example!