DataGrids are an extremely powerful data analytics tool that are more useful than traditional graphical dashboards in some situations.
DataGrids are more flexible than dashboards because they allow users to create customized views of the data. Users can choose which columns to display, filter the data, sort it in different ways, and group it as needed.
While dashboards usually provide a high-level overview of the data that can be useful in certain applications, DataGrids allow users to view the details of individual data points.
Last but not least, DataGrids provide users with an Excel-style experience, making data analytics significantly easier for people familiar with Excel
There are several tools for DataGrids available. There are proprietary ones, such as
AG Grid and
Handsontable, and even some open-source options such as
React Table,
Grid.js,
Tabulator,
DataTables,
React-Data-Grid just to name a few.
However, in this article we’ll work with DevExtreme DataGrids, as this solution provides reach functionality and has a flexible licensing policy.