FancyGrid v1.7.99 Release Notes

Release Date: 2020-06-30 // almost 4 years ago
  • Enchacements

    • Date, menu drop down, date calendar change month images were replaced from png to svg.

    ๐Ÿ› Bug fixes

    • Edit row with column with index shows undefined.
    • If menu was shown and than columns were dragged than in menu columns order is the same as before drag.
    • If column was hidden and than some column was dragged and one was resized than when show column it has wrong width.
    • Method addFilter for date column.
      โšก๏ธ It does not update filter field in column header.
    • ๐Ÿ“ฑ Container resize does not resize responsive grid.
      When set size over javascript ResizeObserver can't detect size change.
      Native ResizeObserver was replaced with custom realization.
      ๐Ÿš€ It could be reason of bugs in release and it requires to study feedbacks.
    • If all columns are locked, it is reason of bugs.
    • Combing header cell tip and header filter fields tip.
      For header cell tip global tip is used.
      For the header filter field it is used new instance of tip.
      And in some cases both are visible.

    ๐Ÿ”‹ Features

    • HOME, END key for scroll were enabled.