You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artur 39846ae083 Allow grid columns to optionally shrink to be narrower than contents 7 years ago
..
basicfeatures Always calculate Escalator max row count the same way (#8740) 7 years ago
basics Fix Editor not saving values by pressing Enter (#8946) 7 years ago
AbstractGridColumnAutoWidthTest.java Grid UI tests migration P3. (#8121) 7 years ago
CustomRendererTest.java Fix TestBench API imports (#8112) 7 years ago
DataCommunicatorInfiniteLoopTest.java Fix infinite loop in data communication (#8927) 7 years ago
DisallowedDeselectionTest.java Add "deselect allowed" feature to the Grid. (#8227) 7 years ago
GridAddColumnTest.java Fix data not being sent again when adding DataGenerators (#8947) 7 years ago
GridApplyFilterWhenScrolledDownTest.java Fix TestBench API imports (#8112) 7 years ago
GridCellFocusOnResetSizeTest.java Fix TestBench API imports (#8112) 7 years ago
GridCheckBoxDisplayTest.java Fix TestBench API imports (#8112) 7 years ago
GridClickableRenderersTest.java Add support for rendering HTML in ButtonRenderer (#8606) 7 years ago
GridClientDataChangeHandlerTest.java Grid UI tests migration P2. 7 years ago
GridColspansTest.java Fix removing and adding a column in grid (#8437) 7 years ago
GridColumnAutoExpandTest.java Fix TestBench API imports (#8112) 7 years ago
GridColumnAutoWidthClientTest.java Grid UI tests migration P3. (#8121) 7 years ago
GridColumnAutoWidthServerTest.java Grid UI tests migration P3. (#8121) 7 years ago
GridColumnHidingTest.java Fix TestBench API imports (#8112) 7 years ago
GridColumnResizingTest.java Reintroduce grid column sizing 7 years ago
GridColumnShrinkSmallerThanContentsTest.java Allow grid columns to optionally shrink to be narrower than contents 7 years ago
GridColumnWidthsWithoutDataTest.java Fix TestBench API imports (#8112) 7 years ago
GridComponentsTest.java Add Grid.setRowHeight() (#8935) 7 years ago
GridCustomSelectionModelTest.java Fix TestBench API imports (#8112) 7 years ago
GridDataSourceResetTest.java Fix TestBench API imports (#8112) 7 years ago
GridDefaultSelectionModeTest.java Fix TestBench API imports (#8112) 7 years ago
GridDetailsDetachTest.java Fix TestBench API imports (#8112) 7 years ago
GridDetailsLayoutExpandTest.java Fix TestBench API imports (#8112) 7 years ago
GridDetailsLocationTest.java Add scrollTo methods to Grid (#8203) (#8410) 7 years ago
GridDetailsReattachTest.java Pick changes from 7.7.7 (#8577) 7 years ago
GridDetailsWidthTest.java Fix TestBench API imports (#8112) 7 years ago
GridDisabledMultiselectTest.java Enable select all checkbox for MultiSelection Grid. 7 years ago
GridDisallowUserSelectionTest.java Allow to disable user selection in the grid model. (#8345) 7 years ago
GridDragSelectionWhileScrolledTest.java Fix TestBench API imports (#8112) 7 years ago
GridEditingWithNoScrollBarsTest.java Fix TestBench API imports (#8112) 7 years ago
GridEditorCustomFieldTest.java Fix TestBench API imports (#8112) 7 years ago
GridEditorEventsTest.java Add Grid editor events. (#8365) 7 years ago
GridEditorFrozenColumnsUITest.java Fix TestBench API imports (#8112) 7 years ago
GridEditorMultiselectTest.java Fix TestBench API imports (#8112) 7 years ago
GridEditorUITest.java Grid tests migration. Next round. (#8412) 7 years ago
GridExtensionCommunicationTest.java Grid tests migration. Next round. (#8412) 7 years ago
GridGeneratedPropertiesTest.java Grid tests migration. Next round. (#8412) 7 years ago
GridHeaderFooterComponentsTest.java Grid tests migration. Next round. (#8412) 7 years ago
GridHeaderFormatChangeTest.java Grid tests migration. Next round. (#8412) 7 years ago
GridHeaderStyleNamesTest.java Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499) 7 years ago
GridHeightTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridInTabSheetTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridInWindowResizeTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridInitiallyHiddenColumnsTest.java Fix exception when no columns are shown (#8733) 7 years ago
GridItemSetChangeTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridLayoutDetailsRowTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridManyColumnsTest.java Remove unnecessary width calculation on Grid initial render (#8848) 7 years ago
GridManyColumnsV7Test.java Remove unnecessary width calculation on Grid initial render (#8848) 7 years ago
GridMultiSelectionOnInitTest.java Fix TestBench API imports (#8112) 7 years ago
GridMultiSelectionScrollBarTest.java Fix TestBench API imports (#8112) 7 years ago
GridNoSelectionTest.java Fix TestBench API imports (#8112) 7 years ago
GridPopupViewTest.java Make GridPopupViewTest more stable 7 years ago
GridRefreshRowTest.java Add Grid.refreshRows to allow refreshing individual rows (#16765) 7 years ago
GridRemoveColumnAndDetachTest.java Fix detach of grid when it contains frozen columns (#8803) 7 years ago
GridRendererSwitchTest.java Fix column indexing when setting a renderer (#8976) 7 years ago
GridReplaceContainerTest.java Migrate v7 Grid tests. Next round. (#8435) 7 years ago
GridResizeAndScrollTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridResizeHiddenColumnTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridRowHeightChangeTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridScrollToLineWhileResizingTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridScrollToTest.java Add scrollTo methods to Grid (#8203) (#8410) 7 years ago
GridSelectAllTest.java Enable select all checkbox for MultiSelection Grid. 7 years ago
GridSelectionTest.java Picked all changes from 7.7 7 years ago
GridSidebarPositionTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridSingleColumnTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridSortIndicatorTest.java Migrate v7 Grid tests. 7th round. (#8452) 7 years ago
GridUndefinedHeightTest.java Fix issues in Grid with undefined height (#9104) 7 years ago
HideGridColumnWhenHavingUnsuitableHeightTest.java Add tests for non-compatibility Grid 7 years ago
HorizontalScrollAfterResizeTest.java Grid horizontal scrolling fix for Chrome. (#8031) 7 years ago
InitialFrozenColumnsTest.java Fix exception when no columns are shown (#8733) 7 years ago
InitiallyDisabledGridTest.java Fix TestBench API imports (#8112) 7 years ago
JavaScriptRenderersTest.java Picked all changes from 7.7 7 years ago
LocalDateRenderersTest.java Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) 7 years ago
MoveGridAndAddRowTest.java Re-add body rows when Escalator is reattached to DOM (#20477) 7 years ago