Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add Highlight Links example to sample settings file.
Browse files Browse the repository at this point in the history
  • Loading branch information
iris-i committed Oct 17, 2017
1 parent f4873bc commit c9a21b9
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion examples/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,32 @@ export var settings = {
}
}
]
},
{
id: 'highlight-row',
className: 'row',
children: [
{
type: 'Highlight',
key: 'highlight1',
data: [
{
cols: [
{rows:[
{label: 'label 1', val: 'Value 1'},
{label: 'Full Link', val: 'This is a full link', url:'http://google.com', isLink:true}
]},
{rows:[
{label: 'label 2', val: 'Value 2'}
]}
]
}
]
}
]
}
]
}
};


let climateVars = {
Expand Down

0 comments on commit c9a21b9

Please sign in to comment.