Releases: nhn/tui.grid
Releases · nhn/tui.grid
1.5.1
Fixed
- The state layer no longer overlaps the scrollbar now.
1.5.0
New
- Added
footer
function- Automatically caculates the summary of all rows by each column
- Support
sum
,avg
,min
,max
,count
type of summary - Use template function to customize the content of footer
Changed
- Enhanced
Tab
order- Move from checkbox on the header to first cell of the same row
- Move from the last cell to the first cell of the next row
dblclickCell
event occurs on the dummyCell- The status layer does not overlap the pagination area
API
1.4.1
This release includes all changes in 1.4.0-x.
Fix
- Support jQuery 3.0.0
Chore
- Added
grid.comb.min.js
indist
files- This bundle file is combined with
Backbone
andunderscore
- Use this file if you use latest version of
lodash
instead ofunderscore
- This bundle file is combined with
1.4.0-d
Fixed
- Checkbox on the header is not changed whenever data is changed
- Value
0
(number type) is not shown on the view - State-Layer overlaps the header area
1.4.0-c
Fixed
- Reference error in
stateLayer#refreshLayout
- Value isn't changed when using
useViewMode
option
1.4.0-b
New
- Added
copyOption.useFormattedValue
to grid options
1.4.0-a
Changed
- columnModelList.toolbar.hasPagination (Deprecated) -> columnModelList.pagination
- columnModelList.toolbar.hasResizeHandler (Deprecated) -> columnModelList.resizeHandle
- columnModelList.toolbar.hasControlPanel (Deprecated) -> columnModelList.toolbar
New
- Added grid.getPagination() method
- Added custom theme options - heightResizeHandle, pagination
1.3.1-a
Fixed
- Header is not aligned when scroll to right edge
- Error occurred if column name contains dot(.) character
1.3.0
New
- Integreated DatePicker Component into the Grid.
- Added
component
option to thecolumnModelList
option
Changed
- Row selection will not be expanded by merged cell
Removed
- Removed jquery-json library dependency
Fixed
- No border when toolbar exist but scrollX does not exist
- Not enough width of the border when only scrollX exist
- Not occurring
valueChange
event whenuseViewMode
isfalse
- Removing cell data using
Delete
key breaks the layout - Unusual behaviour when disabled row has merged cells
API
1.2.1
New
- Added
applyTheme()
method. - Added
default
,striped
,clean
preset for applying theme.
Fixed
- Layout bugs with bootstrap styles
- Error occurred when copy & paste with data containing
null
value - Error occurred if focused row exist when changing pages