Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Add a control Type DataGrid

Add the data source in Data Configuration

(nothing changes with this step) this data source will fill up the rows of the DataGrid.

Add Matrix configurations (new feature)

in order to use it fill up these fields (It Works similar to adding Datasource in Data Configuration but with new fields):
  1. Enable the check Is Matrix
2. Fill up the Columns Data Source 3. We will find new fields:
  • Data Cells Path: Path of the row items
  • Data Item Cell Path: Path of the Item to set in every item (row)
  • Display Code Path: Path of the value to display in the Item (row)
  • Column Title Path: Path of the value (field) to use as Title of the column
  • Column Value Path: Path of the field to use as a value in the column
4. Cell Click Action Allow adding a button action in every item of the row x column, we add an action when clicking in every item (it works to the action button)

Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question. Perform an HTTP GET request on the current page URL with the ask query parameter:
GET https://codenull.gitbook.io/dev/configurations/components/lists/data-grid/matrix.md?ask=<question>
The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation. Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.