All Versions
51
Latest Version
Avg Release Cycle
4 days
Latest Release
1570 days ago
Changelog History
Page 2
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 columnindex
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.
- Column
-
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 eventheadercellclick
.
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
.
- ๐ Issue with body height if
-
v1.7.122 Changes
September 30, 2020๐ Bug fixes
- Wrong body height if
subHeaderFilter
is used for all themes exceptextra-gray
.
Instead of cellHeight calculation was overcellHeaderHeight
. - 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.
- Wrong body height if
-
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 propertysubHeaderFilter
.
๐ Docs
- ๐ New property
subHeaderFilter
.
- Sorting for empty column header title.
-
v1.7.120 Changes
September 25, 2020๐ Features
- Enabling feature
Infinite on single page
in Beta mode.
๐ Docs
- Property
infinite
.
- Enabling feature
-
v1.7.119 Changes
September 22, 2020๐ Bug fixes
- Methods
showBar
andhideBar
work wrong for custom bars height. - Method
setHeight
sets wrong height of bodies. - Methods
showBar
andhideBar
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.
- Methods
-
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
ignoresautoWidth
.- Disable autocomplete for all fields.
- ๐ In previuos release it was done solid filter refactoring as result server filter on clearing values stopped to work.
- ๐ New properties
-
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.