Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

name

type

required

description

name

string

yes

Name of the column.

fields

string

yes

Fields of the column.

expression

string

no

Column value expression.

orderable

boolean

no

True if column sort should be enabled.

searchable

boolean

no

True if column filter should be enabled.

multiSearchbooleannoTrue if column should be included in advanced filters.
hiddenbooleannoTrue if column should be hidden.

width

integer

no

Width of column.

link

boolean

no

True if column value should be link to detail.

alignstring
("left" | "right")
no

You could use this attribute to set your custom aligment.
Supported values: "left", "right". 

By default each column (except that one which contains a numeric values) has content aligned to the left.

...