You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: data/api/refs/datacollection.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,13 @@ var store = new webix.DataCollection({ url:"data.php" });
86
86
<divclass='h2'>Properties</div>
87
87
88
88
{{api
89
-
- api/datacollection_columns_config.md -
89
+
- api/link/datacollection_columns_config.md -
90
90
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
91
91
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
92
92
- api/link/datacollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
93
93
- api/link/datacollection_datatype_config.md - the type of loaded data
94
94
- api/link/datacollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
95
-
- api/datacollection_format_config.md -
95
+
- api/link/datacollection_format_config.md -
96
96
- api/link/datacollection_id_config.md - the component ID
97
97
- api/link/datacollection_map_config.md - defines data mapping
98
98
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
Copy file name to clipboardexpand all lines: data/api/refs/datacollection_props.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@ Properties
2
2
==========
3
3
4
4
{{api
5
-
- api/datacollection_columns_config.md -
5
+
- api/link/datacollection_columns_config.md -
6
6
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
7
7
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
8
8
- api/link/datacollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
9
9
- api/link/datacollection_datatype_config.md - the type of loaded data
10
10
- api/link/datacollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
11
-
- api/datacollection_format_config.md -
11
+
- api/link/datacollection_format_config.md -
12
12
- api/link/datacollection_id_config.md - the component ID
13
13
- api/link/datacollection_map_config.md - defines data mapping
14
14
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
0 commit comments