forked from patternfly/react-data-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
38 lines (38 loc) · 2.19 KB
/
index.js
File metadata and controls
38 lines (38 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports = {
'/extensions/data-view/toolbar/react': {
id: "Toolbar",
title: "Data view toolbar",
toc: [[{"text":"Toolbar example"}],{"text":"Toolbar actions"},[{"text":"Actions example"}],{"text":"Pagination"},[{"text":"Pagination state"},{"text":"Pagination example"}],{"text":"Selection"},[{"text":"Selection state"},{"text":"Selection example"}],{"text":"Filters"},[{"text":"Filters state"},{"text":"Filtering example"}],{"text":"All/selected data switch"},[{"text":"All/selected example"}]],
examples: ["Toolbar example","Actions example","Pagination example","Selection example","Filtering example","All/selected example"],
section: "extensions",
subsection: "Data view",
source: "react",
tabName: null,
sortValue: 2,
Component: () => import(/* webpackChunkName: "extensions/data-view/toolbar/react/index" */ './extensions/data-view/toolbar/react')
},
'/extensions/data-view/table/react': {
id: "Table",
title: "Data view table",
toc: [{"text":"Configuring rows and columns"},[{"text":"Table example"},{"text":"Resizable columns"}],{"text":"Tree table"},[{"text":"Tree table example"}],{"text":"Sorting"},[{"text":"Sorting example"},{"text":"Sorting state"}],{"text":"States"},[{"text":"Empty"},{"text":"Error"},{"text":"Loading"}]],
examples: ["Table example","Resizable columns","Tree table example","Sorting example","Empty","Error","Loading"],
section: "extensions",
subsection: "Data view",
source: "react",
tabName: null,
sortValue: 3,
Component: () => import(/* webpackChunkName: "extensions/data-view/table/react/index" */ './extensions/data-view/table/react')
},
'/extensions/data-view/overview/extensions': {
id: "Overview",
title: "Data view overview",
toc: [[{"text":"Layout"},{"text":"Modularity"}],{"text":"Events context"},[{"text":"Row click subscription example"}]],
examples: ["Layout","Modularity","Row click subscription example"],
section: "extensions",
subsection: "Data view",
source: "extensions",
tabName: null,
sortValue: 1,
Component: () => import(/* webpackChunkName: "extensions/data-view/overview/extensions/index" */ './extensions/data-view/overview/extensions')
}
};