Closed anek77713 closed 10 years ago
changing
var models = this.view.getSelectedModels();
to
var models = this.getSelectedModels();
does the trick ;)
oh, i forgot this :)
in click function this bind to view. Sure :)
прекрасный фреймворк, только добавить удобное редактирование в самой таблицы, было бы отлично. я так и не разобрался как это сделать )
from your webpage: Buttons Example code:
App.ButtonsExampleGrid = new bbGrid.View({ ... buttons: [{ title: 'Show selected', onClick: function(){ var models = this.view.getSelectedModels(); if( !.isEmpty(models)) { alert(.first(models).get('name')); } else { alert('Nothing'); } } }] });
error: TypeError: Cannot call method 'getSelectedModels' of undefined http://direct-fuel-injection.github.io/bbGrid/javascripts/main.js:59
when pressing "show selected"