slickdart 0.2.0+5 copy "slickdart: ^0.2.0+5" to clipboard
slickdart: ^0.2.0+5 copied to clipboard

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

0.2.0+5 #

  • remove new

Version 0.2.0+4/0.1.9+3 (2019.01) #

  • Add sample for DateEditor to accept empty string, see editor_sample.dart

Version 0.2.0+3/0.1.9+3 (2019.01) #

  • fix Column class to init id when set field

Version 0.2.0+2/0.1.9+2 (2019.01) #

  • fix type error on column editor

0.2.0 (2018.08) #

  • Enable row span
  • fix defaultColumnWidth in GridOption
  • fix row frozen with top panel

0.2.0-beta.2 #

  • Add EvtArgs, EvtCallback

Version 0.1.9+2(2019/01) #

Version 0.1.8+9(2017/01) #

  • fix detached state and show/hidden state

Version 0.1.8+8(2017/01) #

  • fix editor exception
  • handle detached state and show/hidden state

Version 0.1.8+6(2017/01) #

  • Recover rendering performance
  • handle detached state

Version 0.1.8+4(2016/12) #

  • remove polymer tranformer dependency

Version 0.1.8+3(2016/11) #

  • remove style before grid unsubscribe

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

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

0.1.5+1 - 2015-11-10 #

  • fix dart sdk 1.3 (tonosama-atlacatl)

0.1.5 - 2015-11-08 #

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

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

0.1.3+5 - 2015-09-29 #

  • parseInt fixed on style

0.1.3+4 - 2015-09-07 #

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

0.1.3+2 - 2015-07-21 #

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

0.1.3+1 - 2015-06-21 #

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

0.1.3 #

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

0.1.2+2 - 2015-06-13 #

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

0.1.2+1 - 2015-06-04 #

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

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

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

0.1.1+3 #

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

0.1.1+2 #

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

0.1.1+1 #

  • fix forceFitColumn

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)

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

0.1.0+8 (2015/1/31) #

  • fix addColumn

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
30
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MIT (license)

Dependencies

logging

More

Packages that depend on slickdart