5,838
edits
No edit summary |
No edit summary |
||
Example of a row,....
<pre>['maxtemp','Max Temp','Maximum Temperature',true]</pre>
*The first element, in this case 'maxtemp' -- is a system variable to identify the data set, used for the URL parameter option
However, if you add a new dataset, then your new first element should be a unique identifier.
*Finally, 'true' will display this button at the top; 'false' will hide it. Therefore, if you do not wish to allow users to jump to the 'Rainfall data set' change the 'true' to 'false' in the 'rainfall' element of the variable. (true/false MUST be lowercase)
<br>
|
edits