tailbone/tailbone/grids
Lance Edgar 6d79766b24 Stop using sa-filters for basic grid sorting
this just breaks if we need to use "aliased" models e.g. when sorting
and/or filtering by Product "regular price" column and similar.  so
now sorting more like we always used to, except for multi-column.

nb. this still assumes callers use `Grid.make_sorter()` when declaring
the sorters.  if caller must specify more custom/explicit sort logic
then it likely will not work and we'll have to add a workaround to
allow avoiding the common logic..but that's another day
2023-10-21 16:10:36 -05:00
..
__init__.py Purge things for legacy (jquery) mobile, and unused template themes 2021-01-30 15:52:47 -06:00
core.py Stop using sa-filters for basic grid sorting 2023-10-21 16:10:36 -05:00
filters.py Improve views for taxes, esp. in POS batches 2023-10-07 16:26:33 -05:00