Skip to content
Johannes Geppert edited this page Jun 25, 2015 · 1 revision

Introduction

Add additional extra buttons to the grid navigator.

Sample

<sjg:grid ...
	id="gridWithButtons"
	navigator="true"
	navigatorExtraButtons="{
	seperator: { 
		title : 'seperator'  
	}, 
	hide : { 
    		title : 'Show/Hide', 
    		icon: 'ui-icon-wrench', 
    		topic: 'showcolumns'
	},
	alert : { 
    		title : 'Alert', 
    		caption : 'Show Alert!', 
    		onclick: function(){ alert('Grid Button clicked!') }
	}
}"
>
Clone this wiki locally