Skip to main content

List Types

These are custom list types you can use in your columns.yaml files

Money

type: money

Renders a Money\Money class object as a string: e.g. £3.00

columns.yaml
columns:
cost:
label: Cost
type: money
searchable: false
sortable: false