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.
How to migrate from GridList to DataGrid
If you need a column layout, migrate the list to a DataGrid
<figure><img src="/images/ECsVtbgMDTCgeUDOTEFh.png" alt="" /><figcaption></figcaption></figure>
- select Datagrid type component
<figure><img src="/images/NaKGzBYrtWhtXFlU33BR.png" alt="" /><figcaption></figcaption></figure>
- move the value from dataPath to the item path.
<figure><img src="/images/ift3DBmNOtLC7naZrQjQ.png" alt="" /><figcaption></figcaption></figure>
<figure><img src="/images/GIi9VGjzcF26KexqUsn0.png" alt="" /><figcaption></figcaption></figure>
- Now you have a DataGrid that looks like this
<figure><img src="/images/JgfDi8yero9ci0GV2yoI.png" alt="" /><figcaption></figcaption></figure>
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.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.