Quote:
Originally Posted by kiwidude
Perhaps it is possible to supply some custom sorting to the view with a delegate to display the highlighted rows at the top (in my case I just want to test for presence in the highlighted set)?
|
This has a problem similar to search -- the model.py must be asked to do the work, somehow cause cache.py to order the records in the cache (using data in the cache), then redisplay the reordered cache.
It really sounds like you should create a (hidden?) custom column, fill that in how you want, then set a search restriction to select rows with appropriate values in the column. That would do everything you have described, including permitting sub-searching.