Hide Forgot
Description of problem: column resizing & sorting should be allowed on all grids/sub-grids in the system. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** Bug 773628 has been marked as a duplicate of this bug. ***
There's a column resize patch submitted in Gerrit: http://gerrit.ovirt.org/2433 All columns can be made resizable, but due to some CSS details, column widths need to be revisited for each grid to ensure everything looks the same as before. As for column sorting, I assume it should be implemented client-side (no search query triggered on column sort), operating only on data present in the current data set. If this is the case, we can do Collections.sort() on the visible range of data within the grid and update the data.
Submitted new patch for column resizing: http://gerrit.ovirt.org/5243
Created attachment 590960 [details] Resizable columns in action (video) Attaching a video that shows resizable columns in action (using FireFox 10). There's a FireBug "Inspect HTML" panel open in the bottom part of the screen. This panel shows how table "colgroup", containing proportional column widths, is updated during column resize operation. The video illustrates: - locating column's resize bar area - trying to resize 1st and 3rd column below minimum column width - resizing last column - resetting column width with double click on resize bar area
1. upstream patch that introduces resizable column support [awaiting review]: http://gerrit.ovirt.org/5243 2. upstream patch that enables column resizing for all main tab grids [awaiting review]: http://gerrit.ovirt.org/8199
Above mentioned u/s patches merged.
the fix is only about column-resizing, not sorting -> changing subject accordingly, opened bug 893999 to track column sorting.
3.2 beta built, moving to ON_QA status to allow testing