Home
Search
Configure Global Search
Log In
Transactions
D10959
Change Details
Change Details
Old
New
Diff
{F9930989 size=full} This patch adds support for filtering out rows based on rules and values. Filters will work for any attribute data source, they are a property of the spreadsheet rather than of the attribute system. **Further Questions** * The popover is a test, it would be easy to move this to a sidebar, but I wanted to see what people thought about it. * `SpreadSheetColumn` does not know about the " X" suffixes that are added to vector columns. This means the row filter cannot determine the correct data type for vector columns. Luckily the default of float works, but I'm not sure how to handle this properly. * This patch doesn't contain a search of visible columns when adding a new filter. That's separate enough that I think it makes sense to push that with a separate patch later.
{F9932853 size=full} This patch adds support for filtering out rows based on rules and values. Filters will work for any attribute data source, they are a property of the spreadsheet rather than of the attribute system. **Further Questions** * I still have to solve the "type" problem-- as in showing the correct types for filters based on what's in the spreadsheet. * This patch doesn't contain a search of visible columns when adding a new filter. That's separate enough that I think it makes sense to push that with a separate patch later.
{F993
0989
2853
size=full} This patch adds support for filtering out rows based on rules and values. Filters will work for any attribute data source, they are a property of the spreadsheet rather than of the attribute system. **Further Questions** *
The popover is a test, it would be easy to move this to a sidebar, but I wanted to see what people thought about it. * `SpreadSheetColumn` does not know about the " X" suffixes that are added to vector columns. This means the row filter cannot determine the correct data type for vector columns. Luckily the default of float works, but I'm not sure how to handle this properly
I still have to solve the "type" problem-- as in showing the correct types for filters based on what's in the spreadsheet
. * This patch doesn't contain a search of visible columns when adding a new filter. That's separate enough that I think it makes sense to push that with a separate patch later.
Continue