Skip to content

Commit 79abd91

Browse files
authored
Merge pull request #25 from SciCatProject/main
Updates to GH-Pages
2 parents c869613 + 0e3adce commit 79abd91

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ nav:
88
- Login:
99
- login/index.md
1010
- Anonymous: login/Anonymous.md
11-
- Dashboard: login/Dashboard.md
1211
- Datasets:
1312
- datasets/index.md
1413
- Publishing data: datasets/Publishing.md
1514
- Publishing data Advanced: datasets/PublishingAdvanced.md
16-
- Data Retrieval: datasets/jobs.md
15+
- Data Retrieval: datasets/jobs.md
16+
- Dashboard:
17+
- Search and Filter: datasets/DashboardDatasetsFiltering.md
18+
- Configure Dataset Table: datasets/dashboardTableEditing.md
1719
- Proposals:
1820
- proposals/index.md
1921
- Samples: samples/index.md

docs/frontendconfig/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Defines how each field is displayed in the list table.
2727
| ------------ | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
2828
| `name` | `string` | Object key whose value will be displayed in the column. | `"datasetName"` |
2929
| `order` | `number` | Position of the column in the table. | `2` |
30-
| `type` | `string` | How the value is rendered:<br>• `standard` – plain text (default)<br>• `hoverContent` – shows icon with popup/modal when mouseover (for long text)<br>• `date` – formats ISO date strings; can include a `format` (e.g. `yyyy-MM-dd`) | `"date"` |
30+
| `type` | `string` | How the value is rendered:<br>• `standard` – plain text (default)<br>• `hoverContent` – shows icon with popup/modal when mouseover (for long text)<br>• `date` – formats ISO date strings; can include a `format` (e.g. `yyyy-MM-dd`)<br>• `editable` – plain text and editable by clicking on cell if user has permission | `"date"` |
3131
| `width` | `number` | Default width of the column. | `200` |
3232
| `format` | `string` | Optional property used **only** when `type` is set to `date`. Defines how ISO date strings are displayed (e.g. `yyyy-MM-dd`). <br> it fallsback to `dateFormat` or `yyyy-MM-dd HH:mm` for dataset and `yyyy-MM-dd` for proposal | `"yyyy-MM-dd"` |
3333
| `enabled` | `boolean` | Whether the column is displayed by default. | `true` |

0 commit comments

Comments
 (0)