- Fixed the grid component to restrict how users reorder the columns beside locked columns. You can no longer reorder the columns on the left side of a locked column, and you can no longer move columns from the right side of a locked column to the left side. #72
- Fixed the grid component to prevent users from reordering locked columns with the sort indicator. #71
- Fixed the grid component to prevent scrolling when users reorder columns on mobile devices. #70
- Added the
selectedRowIds
input property to programmatically select rows on the grid component. #39
- Fixed the grid component to gracefully ignore columns that no longer exist when the UI Config Service returns them. #61
- Fixed the grid column component to properly support resizing on touch devices. #57
- Fixed the grid component to no longer resize the table width when
selectedColumnIds
changes. #54
- Fixed the grid module to properly provide
SkyAppWindowRef
. #52
- Fixed the grid component to no longer emit extra
selectedColumnIdsChange
events. #36
- Fixed the grid component to load properly when using RxJS version 6 or above. #47
- Fixed the grid component to no longer truncate text when a table cell is stretched wider than its original width. #38
- Added UI Config Service hooks to the grid component. #31
- Major version release.
- Added the
rowHighlightedId
input to the grid component. #28
- Fixed the grid component to only listen to
mousemove
andmouseup
events while resizing columns. #25
- Fixed the grid component to properly import polyfills. #23
- Added the multiselect feature to display a column of checkboxes on the grid component. #6
- Added support for
@skyux/list-builder-common@3.0.0-rc.1
. #14 - Fixed the grid component's column resize drag handle to not inadvertently trigger a column sort. #17
- Fixed grid cells to properly handle text overflow when column widths are fixed. #13
- Added async column descriptions. #6
- Fixed column resizing to recalculate the table width when columns are hidden or shown. #8
- Initial release candidate.
- Fixed column headers to no longer shift in size when sorting. #4
- Initial alpha release.