#1288 closed defect (fixed)
Tables doesn't indicate if there is a filter on a property that doesn't have a column in the table
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If you filter a table manually there is a small "filter" icon displayed to the right of the "view/presets" list. It is also possible to programmatically add filters to a table. If the filter corresponds to a column the icon is displayed as normal, but if the filter is on a property that doesn't have a column (hidden or visible) there is no indication.
There is no actual place were I have seen this in practice. I just discovered it when testing one of the new example extensions that adds a filter that can show only items with/without annotations.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [4876]) Fixes #1288: Tables doesn't indicate if there is a filter on a property that doesn't have a column in the table