hello community
how I can do for the filter to make a focus indexContainer in row table, ejm if the table has 400 items, when you do a search for 1 item, you can put the focus on the assumption that the item found item near the end ??
thanks.
hello community
how I can do for the filter to make a focus indexContainer in row table, ejm if the table has 400 items, when you do a search for 1 item, you can put the focus on the assumption that the item found item near the end ??
thanks.
http://www.snippets.24bytes.com/2011/06/vaadin-filter-table.html
[url=http://vaadin.com/directory#addon/dynamic-filter-table]
http://vaadin.com/directory#addon/dynamic-filter-table
[/url]
i tried some thing may check and tell if it works ? emoticon
If you mean, that you want the table to scroll down to the position where the searched item is, you need to use
setCurrentPageFirstItemId()
to scroll down in the table and
select()
to actually select the item.