File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "2.3 .0" ) ]
19
- [ assembly: AssemblyFileVersion ( "2.3 .0" ) ]
18
+ [ assembly: AssemblyVersion ( "2.4 .0" ) ]
19
+ [ assembly: AssemblyFileVersion ( "2.4 .0" ) ]
20
20
//[assembly: AssemblyInformationalVersion("2.0-alpha6")]
Original file line number Diff line number Diff line change 291
291
else
292
292
el . show ( 350 ) ;
293
293
294
+ el . find ( ".griddly-selection-singular" ) . toggle ( this . options . selectedRows == 1 ) ;
295
+ el . find ( ".griddly-selection-plural" ) . toggle ( this . options . selectedRows != 1 ) ;
296
+
294
297
$ ( this . $element ) . find ( "[data-enable-on-selection=true]" ) . removeClass ( "disabled" ) ;
295
298
}
296
299
else
305
308
$ ( this . $element ) . find ( "[data-enable-on-selection=true]" ) . addClass ( "disabled" ) ;
306
309
}
307
310
311
+ this . $element . triggerHandler ( "selectionchanged.griddly" , [ this . options . selectedRows ] ) ;
308
312
} , this ) ;
309
313
310
314
var self = this ;
You can’t perform that action at this time.
0 commit comments