-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DataGrid] Alter rendering to use table elements (#2664)
* Replace grid web components with regular table elements * Adjust styling * Resize rework * - Rename example EventHandlers - Adapt more samples to table rendering - Undo Tabs example changes - Remove grid custom events from script etc * - Redo AutoFit based on table-layout - Clean up CSS, commented code/apply code styles - revert `.col-header` rename (back to `.column-header) to have less breaking changes - Fix some samples * - CSS cleanup * - Remove commented code - Fix resize reset - Make size related methods public - Make GridTemplateColumns work again * Update version * - Fix verified files for DataGrid tests * - Script optimization - Take resize handler out of button * - Rename ShowSortIcon -> IsActiveSortColumn -Update RemoveSortByColumn logic * More optimizations and fixes * - More fine-tunning. - Add `MultiLine` parameter to grid + styling - Make `AutoSize` work again * Fix tests * - Styling updates - Set `RowSize` to small to be equal to v4 default * - Don't use dynamic row size for now. - Process review comments * Fix tests * More style updates * - Re-add separate header buttons - Fix some samples - Position resize handle better - Always put sort/filter indicators behind header text - Add comments to public methods * Fix merge issues * Change icons in grid to size 20 (nice in the middel of Aspire (16) and our default (24) * Fix tests/verified files * Fix virtualized grid row height * Fix column resizing when in rtl mode * - Fix button width when no filter button - Add tabindex to cells - Fix resize handle pos when rtl -WIP: use cursor keys to go through cells * - Update example, - Update rendering for non button column headee - Fix multiline height issue * Fix tests * - Process review comments * - Fix keyboard navigation in DataGrid * Menu work * Fix DataGrid Header menu * Add a start padding for the first header cell * Process compiler hint * - Fix remote data example - Clean Issue tester - Remove commented out code - Fix AutoSize tou use `px` instead of `fr` * Don't use AutoFocus on demo page * Fix scroll on up/down arrow keypress * Fix Select All not aligned correctly * Add Index to ColumnBase * Fix tests
- Loading branch information
Showing
44 changed files
with
1,142 additions
and
923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.