* origin/master:
Regenerated CSS files using `grunt less` for verification.
Fixes variables.less to use correct format for "strictMath". The correct format is just that "math should be surrounded by parenthesis"
chore(package): update grunt-cli to version 1.1.0
Make Travis use node 4 too.
Require node 4
chore(package): update grunt-contrib-connect to version 1.0.1
chore(package): update jquery to version 2.2.2
chore(package): update grunt-contrib-uglify to version 1.0.1
chore(package): update moment to version 2.12.0
chore(package): update grunt-contrib-less to version 1.2.0
Handling the addition of "bulk actions". Now when multiple items are selected returns all items with each items properties and the item itself.
Updating test for change in returned action obj
Make repeater actions have pointer cursor
Fixes#1411
Had to make a few changes to deal with the new additions within multi select. Added support for just selected instead of multi-selected.
Overwritting css class for actions dropdown menu to show glyphicons
Fix to index view. Column sizing on
Bad selector in multi-select-enabled if columnsyncing was not turned on
Adding a check to see if there are actions selected or not. If none selected bluk actions is disabled.
Center actions column and not using hard coded padding values
Updating the selecting of rows / clicking on rows.
Had to make a few changes to deal with the new additions within multi select. Added support for just selected instead of multi-selected.
Added checkbox support for multi select
Resolving issues found from failed test. Was not returning selected items properly
Adding sort to both repeater options
Fixing frozen columns, actions, multi select to work with list_columnSizing and list_columnSyncing.
Fixes#1411 Repeater actions to have pointer cursor.
Fixes#1311 adds checkbox support for multi select
Fix broken test due to change of width property in actions option
remove unneeded width property from repeater
Fixes Actions function to string
- removing 'multi-selected' and making everything 'selected'
- removing fuelux icons from index example
Found issue in test with way returning selected items. Was also selecting the frozen column since it had the selected class. Had to change to specifically look for only the main table items.
Removing data-initialize of the checkboxes