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
Checkbox and radio button style and markup work done in advance of deprecating the custom controls javascript. New grunt servedev task added to Gruntfile.js for LESS dev work. New markup examples added.
- Add caret to call folders with has children option
- Tree items now buttons to allow tabbing access
- Add support for custom icons
- Add bullet font icon for unselected items
- Update padding and general layout
- Remove parent highlight of selected item