FancyGrid v1.7.136 Release Notes

Release Date: 2020-11-11 // over 3 years ago
  • โœจ Enhancements

    • Auto-generating column titles on base of data indexes.
    • Method insert ignores data indexes that were not set over data.fields or column.index.
    • Dragging rows was redone.
      ๐Ÿ—„ gridToGrid was deprecated.
      ๐Ÿ‘ rowdrag was extented to support dragging from one grid to another.

    ๐Ÿ› Bug fixes

    • ๐Ÿšš Method removeColumn for locked sides.
      After removing column, center side has wrong scroll width.
    • In some cases position of load mask on start is wrong.

    ๐Ÿ”‹ Features

    • Enabling setting new columns over grid method setColumns.

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New grid method setColumns.
    • Grid option droppable allows dropping data from another grid.