<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`BasesQueryResult`](BasesQueryResult) › [`groupedData`](BasesQueryResult/groupedData) ## BasesQueryResult.groupedData property The data to be rendered, grouped according to the groupBy config. If there is no groupBy configured, returns a single group with an empty key. 1.10.0 **Signature:** ```typescript get groupedData(): BasesEntryGroup[]; ```