<GridComponent
dataSource={dm}
allowPaging={true}
pageSettings={{ pageSize: 50, pageSizes: [25, 50, 100] }}
height={Math.max(window.innerHeight - 603, 600)}
rowHeight={50}
allowResizing={true}
allowSorting={true}
allowMultiSorting={true}
>
<ColumnsDirective>
<ColumnDirective field='membId' headerText='Member ID' width='120' textAlign="Right"/>
<ColumnDirective field='company' headerText='Plan Group' width='150'/>
<ColumnDirective field='pbp' headerText='Plan' width='150'/>
<ColumnDirective field='contractCode' headerText='Contract' width='150'/>
</ColumnsDirective>
<Inject services={[Page, Sort, Resize]} />{' '}
</GridComponent>