Age | Commit message (Collapse) | Author |
|
|
|
Now you can provide a massage_for_sort hook in your FieldSpec.
This allows you to implement arbitrary sorting rules for the data.
|
|
Change the custom data massaging callback to take a const JsonObject&.
This will allow binding together data from multiple fields into one
output in the model. :^)
|
|
This allows to you install a custom callback that can do anything with
Role::Display data before it's returned by GJsonArrayModel::data().
|
|
This makes it very easy to expose JSON files as GModels. :^)
|