overview-pages

Generate Mendix DataGrid2 CRUD overview pages with MDL scripts.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill overview-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overview-pages
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/overview-pages
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill overview-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation of standard Mendix CRUD (Create, Read, Update, Delete) overview pages, reducing the manual configuration time required for DataGrid2 components and associated action buttons.

Core Features & Use Cases

  • Standardized CRUD: Quickly generate DataGrid2 structures with integrated New, Edit, and Delete functionality.
  • Advanced Filtering: Easily implement column-level filters for searchable data grids.
  • Reusable Navigation: Standardize application menus using snippets to ensure consistent navigation across all overview pages.

Quick Start

Use the overview-pages skill to generate a new DataGrid2 overview page for the Task entity including standard CRUD actions.

Frequently Asked Questions about overview-pages

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rapidly build CRUD overview pages with DataGrid2 in Mendix?

CRUD overview pages with DataGrid2 in Mendix are rapidly built using standardized MDL scripts that generate DataGrid2 structures with integrated New, Edit, and Delete functionality. This automates manual configuration and ensures consistent application behavior.

Does the Mendix CRUD overview page generator support column-level filtering?

Column-level filtering for Mendix DataGrid2 overview pages is directly supported. The generation process implements searchable data grids with advanced filtering capabilities, reducing the manual effort required to configure individual column search controls.

Do I need Atlas_Core layout availability to generate Mendix DataGrid2 pages?

Atlas_Core layout availability is required to generate Mendix DataGrid2 pages. The standardized CRUD overview page generation strictly adheres to Mendix 11.0+ syntax and depends on Atlas_Core layouts to ensure consistent navigation snippets.

What is the best way to standardize navigation menus across Mendix overview pages?

Standardizing navigation menus across Mendix overview pages is best achieved using reusable snippets. The generation process integrates these snippets to ensure consistent navigation across all DataGrid2 CRUD pages within the application.

Can I use MDL scripts to automate DataGrid2 component configuration for CRUD actions?

MDL scripts can be used to automate DataGrid2 component configuration for CRUD actions. The scripts facilitate rapid implementation of custom action buttons and standardized DataGrid2 structures, eliminating repetitive manual page setup.