slickdart 0.0.5+3 copy "slickdart: ^0.0.5+3" to clipboard
slickdart: ^0.0.5+3 copied to clipboard

outdatedDart 1 only

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

slickdart #

slick grid port, for mobile,desktop devices

** Sort performance is not expected in javascript version

Parameter Description #

  • When enable 'selectActiveRow' on row selection model and with CheckboxSelectColumn in first row click on first column out side of check box will uncheck other rows if multiple row selected

Example #

Known Constraint #

  • col-span (not tested)
  • using keyboard navigation on non-editable cell and goes out of viewport will not immediate update screen until it on editable area

TODO #

  • efficent dynamic row height on frozen column
    • sort column should re-calcule height
    • how about insert row or delete row? [x] low performance on horzontal scrolling, fixed by extend buffer to 4block
  • Frozen column, also editable
  • Resize column
  • Column reorder
  • auto tooltip
  • adjust row height via mouse

Dynamic Row Height #

limitation: visible row: when calculate numVisibleRows, when we apply dynamic row height, minimal dynamic row height must >= single row hight Current design:

  • put '_height' on row object to specify pixel height
  • add {'dynamicHeight': true} option to turn on it

Mobile Device #

Lumia 925 -> very fast scrolling on vertical and horizontal HTC One (M7) Chrome => fast scrolling on both vertical and horizontal HTC One (M7) Firefox => smooth but slower than Lumia 925 HTC One (M7) Content Shell => very fast,on par with Lumia 925 IPAD2 => sluggish

3
likes
0
pub points
12%
popularity

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

browser

More

Packages that depend on slickdart