- Optimized for Canvas Apps
- Responsive
- Works Seamlessly with Any Data Source
- Includes Built-In Filtering, Sorting, and Keyword Search
- Supports Pagination (Ensure "Default Rows" is set above 0 for it to display)
For any issues or feedback, please use the "Issues" tab at the top of the page.
To ensure the custom component runs properly, you must first enable code components for Canvas Apps.
- Navigate to Power Platform Admin Center.
- Select Environments from the navigation menu on the left.
- Click Settings from the ribbon.
- Under the Product section, select Features.
- Enable Allow publishing of canvas apps with code components under the Power Apps component framework for canvas apps.
- Download the latest solution for this component from the Modern Data Grid releases.
- Go to Power Apps Maker Portal.
- Click Import solution from the ribbon and follow the prompts.
- Open your Canvas App in Edit mode.
- Click the magnifying glass icon in the Insert tab.
- Select the Code tab.
- Choose ModernDataGrid from the list.
- Click Insert.
- The component is now ready for use in your Canvas App.
Input | Values |
---|---|
enabled |
true , false |
displayHeader |
true , false |
headerText |
Custom text string |
displaySearch |
true , false |
displayPagination |
true , false |
allowFiltering |
true , false |
allowSorting |
true , false |
defaultRows |
Numeric value (e.g., 10 , 25 , 50 ) |
emptyMessage |
Custom text string |
selectionMode |
multiple , checkbox |
filterDisplayType |
menu , row |