All Versions
51
Latest Version
Avg Release Cycle
4 days
Latest Release
1570 days ago

Changelog History
Page 2

  • v1.7.125 Changes

    October 17, 2020

    ๐Ÿ› Bug fixes

    • On Touch devices scroll does not work right.
    • Destroy of element on React, Angular, Vue does not work correct.
  • v1.7.124 Changes

    October 04, 2020

    ๐Ÿ› Bug fixes

    • Column index is not set.
      If column index is not set then cells will have JavaScript object inside.
    • Filtering for grouping.
      Body view height is wrong.
    • Filtering with collapsed rows and with sorting.
    • Infinite does not work with mouse wheel.

    โœจ Enhancement

    • โฌ†๏ธ Method removeColumn was upgraded to support removing over column id.
  • v1.7.123 Changes

    October 03, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Issue with body height if subHeaderFilter is used was fixed only for grouped columns.
    • Sorting for empty column title.
      It is still is not visible.
    • Filtering with collapsed rows.
      It works incorrect.
    • When addColumn menu is ignored.
      0๏ธโƒฃ Menu was ignored and set default menu value.
    • When addColumn it does not auto generate internal column id.
    • It is not possible to use addColumn in event headercellclick.
      It runs sorting of just added column.

    โœจ Enhancements

    • For grouped rows if scroll on top grid is not scrolled on the exact top. First group row is not scrolled.
    • ๐Ÿšš Method removeColumn was extended to support removing by link on column.

    ๐Ÿ“„ Docs

    • Column property disallowAfterDrop.
  • v1.7.122 Changes

    September 30, 2020

    ๐Ÿ› Bug fixes

    • Wrong body height if subHeaderFilter is used for all themes except extra-gray.
      Instead of cellHeight calculation was over cellHeaderHeight.
    • Wrong cell header text positions if there are grouped header cells and subHeaderFilter.
    • Wrong header cells text positions in material theme if there are grouped header cells.
    • Collapse group and filter.
      If collapse groups and then filter.
      It display all wrong.
  • v1.7.121 Changes

    September 30, 2020

    ๐Ÿ› Bug fixes

    • Sorting for empty column header title.
      It does not display sort image.
    • Native scroller and summary row
      It does not change position.
    • ๐Ÿ›  Fixing chart bug bug.
      If data from server it does not set right widths of chart elemements.
    • Theme material had wrong css for buttons and segbutton in bars.

    ๐Ÿ”‹ Features

    • ๐Ÿ†• New approach for displaying column header filter fields.
      In beta mode with enabling over property subHeaderFilter.

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New property subHeaderFilter.
  • v1.7.120 Changes

    September 25, 2020

    ๐Ÿ”‹ Features

    • Enabling feature Infinite on single page in Beta mode.

    ๐Ÿ“„ Docs

    • Property infinite.
  • v1.7.119 Changes

    September 22, 2020

    ๐Ÿ› Bug fixes

    • Methods showBar and hideBar work wrong for custom bars height.
    • Method setHeight sets wrong height of bodies.
    • Methods showBar and hideBar do not keep the original height of grid.
    • Precision is ignored
      Precisiton 0 is ignores if there are number after float.
    • autoWidth with render
    • ๐Ÿšš Move right left for hidden columns
      It is for both activeCell and selModel.type equals to cell.
    • โšก๏ธ Hidding and showing columns that are locked does not update scroller as result wrong width of center side.
    • If all column of side are hidden and there is summary config than grid stops to work cause bug with rendering of summary side element.
    • autoWidth with hidden columns works incorrect.
    • ๐Ÿ‘ Smart index does not support sorting for string values.

    โœจ Enhancements

    • Column header cell css was cleaned from not overflow and text-overflow code.
      Header cell container has all needed for this functionality.

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New column property smartIndexFn

    ๐Ÿ”‹ Features

    • Smart index handler for getting custom value of cell.
  • v1.7.118 Changes

    September 19, 2020

    ๐Ÿ“„ Docs

    • โž• Added alias for 'side' positioning in bars ->.
    • โž• Added column property maxAutoWidth.

    ๐Ÿ› Bug fixes

    • ๐Ÿ“ฑ Properties subTBarHidden, tbarHidden, bbarHidden, buttonsHidden do not work correct with responsive functionality.
    • Method getColumnById does not work for locked sides.
  • v1.7.117 Changes

    September 19, 2020

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New properties subTBarHidden, bbarHidden, tbarHidden, buttonsHidden.

    ๐Ÿ› Bugs

    • maxWidth ignores autoWidth.
    • Disable autocomplete for all fields.
    • ๐Ÿš€ In previuos release it was done solid filter refactoring as result server filter on clearing values stopped to work.
  • v1.7.116 Changes

    September 16, 2020

    ๐Ÿ› Bug fixes

    • If grid uses jQuery dom than hiding and showing columns works incorrect for group columns cells.
    • Navigating to 0 column and 0 row does not scroll it right.
    • Order column for grouping. It has wrong values.
      For grouping when collapsed rows, it ignores collapsed rows
    • Hiding and showing several columns in locked sides works incorrect.
      It was done reengineering of hiding and showing columns.