Description of problem: I'm trying to sort LUNs in "New domain" dialog. Cursor changed but nothing happens if either one of column's title clicked (I'd like to have them sorted by ProductID) Version-Release number of selected component (if applicable): rhevm-3.6.2.6-0.1.el6.noarch How reproducible: 100% Steps to Reproduce: 1. New domain -> target IP -> Discover -> Click on ProductID Actual results: Nothing changes Expected results: Sorted by product ID Additional info: Failed to find if already reported.
If UX relevant, please move back to UX.
I checked it and we do not have support for sortable tables in popups
I missed the fact that it is about a pop-up. Vojtech - any thoughts?
(In reply to Benny Zlotnik from comment #2) > I checked it and we do not have support for sortable tables in popups All UI tables (should) have the sorting capability. Code that adds individual columns to the table can specify that the given column is sortable. The relevant code is SanStorageLunToTargetList. The code that adds "Product ID" column does not mark the column as sortable. I've opened the dialog in both Firefox and Chrome (latest master) and cursor doesn't change when hovering the "Product ID" column, so I'm confused here. (In reply to Oved Ourfali from comment #3) > I missed the fact that it is about a pop-up. > Vojtech - any thoughts? The table in question (SanStorageLunToTargetList) should explicitly mark its columns as sortable, therefore a code change is needed.
Verified on ovirt-engine-4.1.0.3-0.0.master.20170122091652.gitc6fc2c2.el7.centos The LUNs can be sorted by product ID or any other column