File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ For each table, provide:
1311311. display_name: A human-readable name for the table
1321322. search_fields: Columns that should be searchable (text fields like name, email, title)
1331333. readonly_fields: Columns that should not be editable (like auto_increment, timestamps)
134- 4. columns_view: All columns in preferred display order
134+ 4. columns_view: Up to six most important columns in preferred display order
1351355. ordering: Default sort order - either "ASC" or "DESC" (use "DESC" for tables with timestamps to show newest first)
1361366. ordering_field: Column name to sort by default (prefer created_at, updated_at, or primary key)
1371377. widgets: For each column, suggest the best widget type from: ${ widgetTypes }
You can’t perform that action at this time.
0 commit comments