Opened 19 years ago
Closed 19 years ago
#42 closed enhancement (fixed)
Sorting and regex filtering should be refactored out of datagrid
| Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
|---|---|---|---|
| Priority: | medium | Milestone: | 0.2 |
| Component: | weblocks | Version: | pre-0.1 |
| Keywords: | sorting filtering searching regex refactor datagrid | Cc: |
Description
Currently sorting and regex filtering/searching mechanisms are specific to the datagrid. It seems like these mechanisms could be used in other widgets. We should refactor these components and make them generic for use by other widgets.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Done, as part of backend store effort.
Note:
See TracTickets
for help on using tickets.

The implementation is now moved to memory backend store. Should we do something about the frontend?