FancyGrid v1.7.119 Release Notes

Release Date: 2020-09-22 // over 3 years ago
  • ๐Ÿ› 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.