Table row selection for twitter bootstrap
[Homepage] (http://github.com/birkir/bootstrap-tableselect)
- CLICK single row
- CTRL+CLICK multiple rows
- SHIFT+CLICK multiple rows
- CTRL+A select all rows
- Mouse drag rows ?
- More options and features
$('table').tableselect({
multiple: true, // Allow multiple or not
activeClass: 'warning' // TR class: success, error, warning, info
});
jQuery 1.7.2+
Initial version supports Chrome only.
1.0.0 - Mars 18, 2013
- Initial release
- developed with Chrome
Copyright (c) 2013 Birkir Gudjonsson
Licensed under the Apache license.