Displaying and manipulating tabular data is a cornerstone in most business applications. Vaadin’s Grid component is a high-quality UI component for efficiently displaying and manipulating data laid out in rows and columns.
The Grid component resulted from an effort made by the R&D team at Vaadin to overhaul the already powerful Table component in Vaadin 7 and earlier. The component includes features such as filtering, sorting, component rendering, lazy loading, and many others, making it one of the most (if not the most) advanced ...