How to create a dojo data grid with one of column being a button in header row?
问题 I have a dojo(v1.6) data grid which have checkbox to select rows as left most column. I need to have header column of these checkbox as delete button instead of Select All checkbox. On clicking the delete button all selected rows gets deleted. Please find the Data grid Demo. I don’t know how to bring the header column of checkbox as button. Please help me to customize the widget. Here is grid js code dojo.ready(function(){ /*set up data store*/ var data = { identifier: 'id', items: [] }; var