slickdart 0.1.8+1 copy "slickdart: ^0.1.8+1" to clipboard
slickdart: ^0.1.8+1 copied to clipboard

outdatedDart 1 only

Basic grid component port from SlickGrid with dynamic row height, frozen column enhancement

Version 0.1.8+1(2016/09) #

  • sunset zeroClipboard, using Clipboard.js
  • update editor sample, custom-elem sample

Version 0.1.8(2016/09) #

  • add new grid option: autoCommitOnBlur and onActiveCellBlur Event object, see editor-sample.dart
  • add ignoreCase option for FilteredList and expose private members

Version 0.1.7+3(2016/08) #

  • fix scrolling behavior (enable wheel event propagate to document when scroll to head/tail)

Version 0.1.7+2(2016/06) #

  • add cell span

Version 0.1.7+1(2016/05) #

  • fix missing plugin on custom element
  • add header icon example

Version 0.1.7(2016/05) #

  • fix cross frozen area column resize

Version 0.1.7-beta.1(2016/05) #

  • add cell selection
  • fix strong mode error
  • potential break change => obsolete formatFn, using TFormatter instead

Version 0.1.6+2(2016/04) #

  • MouseWheel fix for no frozen column

Version 0.1.6+1(2016/04) #

  • MouseWheel fix

Version 0.1.6(2016/03) #

  • add scrollable on frozen column

Version 0.1.5+4(2016/03) #

  • Update drag and drop handler on column header for firefox 42+

Version 0.1.5+3(2016/02) #

  • update logging to 0.11 up
  • add sample to hide header on ColumnFilter.dart

Version 0.1.5+2 (2015/11/23) #

  • fix CSSRule in dart sdk 1.3 (tonosama-atlacatl)
  • due to max height from getComputedStyle change to IEEE754 format, fix getMaxSupportedCssHeight method

Version 0.1.5+1 (2015/11/10) #

  • fix dart sdk 1.3 (tonosama-atlacatl)

Version 0.1.5 (2015/11/08) #

  • Add tree field example: Bs3_tree.dart
  • Add DoubleEditor and HierarchFilterList

Version 0.1.4 (2015/10/20) #

  • custom element accept style over write via setStyle
  • custom element absorb style tag under content tag, e.g.: shadow-dom-height.html

Version 0.1.3+5 (2015/09/29) #

  • parseInt fixed on style

Version 0.1.3+4 (2015/09/07) #

  • polymer element embed grid (not slick custom element), and stylesheet fall into shadowdom

Version 0.1.3+2 (2015/07/21) #

  • sort indicator in custom-elem, add cols attribute for sort event object on single column sort

Version 0.1.3+1 (2015/06/21) #

  • reset data will clear selected row, see CheckBox.html

Version 0.1.3 #

  • Copy and Download, sample case: angular/popup.html, first grid of custom-elem.html

Version 0.1.2+2 (2015/06/13) #

  • fix header_row, sample case: light-dom-height.html

Version 0.1.2+1 (2015/06/04) #

  • hot fix for popup window(angular ui) to embed grid cause chrome 42,43 crash.

Version 0.1.2 (2015/05/25) #

  • enable column reorder on non-frozen columns
  • no reorder by default , set _optoins.enableColumnReorder = true to turn on it
  • duplicated field may cause reorder fail
  • add simple integer editor

Version 0.1.1+4 #

  • adapt css change in dart 1.10
  • a noticable perfomance degrade in Chrome 42.02311.90 when have large horzontal columns2

Version 0.1.1+3 #

  • fix RowSelectionModel + dynamic height + column filter
  • can be test on ColumnFilter.dart

Version 0.1.1+2 #

  • fix RowSelectionModel + CheckboxSelectioncolumn with maximum single selected row
  • can be test on CheckBox.dart

Version 0.1.1+1 #

  • fix forceFitColumn

Version 0.1.1 #

  • move grid options to GridOptions (simplify grid preparation)
  • quick way to add “visibility” to columns. (thx to Alex Lopez)
  • add default border of grid in customer element type (may cause style broken change)

Version 0.1.0+9 (2015/2/10) #

  • add add drop-down menus for header column (light dom only) , see example/gdoc-header.dart

Version 0.1.0+9 (2015/2/1) #

  • add add drop-down menus for header column (light dom only) , see example/gdoc-header.dart

Version 0.1.0+8 (2015/1/31) #

  • fix addColumn

Version 0.1.0+7 (2014/12/30) #

  • add column row sample, refer headerRow.dart

Version 0.1.0+6, (2014/12/24) #

  • delay shadow dom component render till element style is ready

Version 0.1.0+5, (2014/12/10) #

  • add column css sample

# Bug Fixes #

  • fix numeric parsing
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Basic grid component port from SlickGrid with dynamic row height, frozen column enhancement

Homepage

License

unknown (LICENSE)

Dependencies

browser, logging

More

Packages that depend on slickdart