SebTags 1.0 Documentation: Sorting

Sorting

The cf_sebTable tag can make it easy to manually sort records on a numeric field.

This approach does make a number of assumptions. It requires a method on the CFC that will take a list of primary key values in the desired order and a numeric field to hold the sort order.

The cf_sebTable tag will need the following attributes:

The column that holds the sort order should be the first cf_sebColumn and should have a type of "Sorter".

If this is true, then cf_sebTable will allow the user to sort the records using this first column.