Sample to add default buttons now:
.navGrid('#pager',{edit:false,add:false,del:false,search:false})
|
1 |
<br />So tipical default controls are: edit, add, del, search, refresh, why couldn't just simple add to default options like:<br /><br /> |
.navGrid({edit:false,add:false,del:false,search:false}) – wihout pager id
|
1 |
<br />from which all tabels are called, they could already have pager with button like "refresh".<br />I woluld alsaw add functionality if id of pager is not defined, that can be created dynamically (like: grid id + "_pager")<br /><br />More info abaut custom buttons at:<br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top