Read Only
API Reference

If only the AutoQuery DTO is provided, the AutoQueryGrid will only be browsable in read-only mode:

Table Styles

The same DataGrid Table Styles can also be used to style AutoQueryGrid, e.g:

Default CRUD

If all AutoQuery CRUD DTOs are provided the AutoQuery Grid allows authorized users the ability to Create, Read, Update & Delete records:

Custom Responsive Columns

By default AutoQueryGrid displays all public properties, which columns are displayed as well as how they're formatted can be customized using the <Column/> element:

This example shows how to customize Data Grid to enable a responsive layout where columns and header labels are collapsed at different responsive breakpoints.