The basics

first name last name birth date balance email
{{row.firstName}} {{row.lastName}} {{row.birthDate}} {{row.balance}} {{row.email}}

stSafeSrc attribute

first name last name birth date balance
{{row.firstName}} {{row.lastName}} {{row.birthDate}} {{row.balance}}

Format data & cell templating

first name last name birth date balance email
{{row.firstName | uppercase}} {{row.lastName}} {{row.birthDate | date}} {{row.balance | currency}} email

Search/filter data

first name last name birth date balance email
{{row.firstName | uppercase}} {{row.lastName}} {{row.birthDate | date}} {{row.balance | currency}} email

Client side Pagination

first name last name birth date balance email
{{row.firstName | uppercase}} {{row.lastName}} {{row.birthDate | date}} {{row.balance | currency}} email

pipe/ajax plugin

first name last name birth date balance email
{{row.firstName | uppercase}} {{row.lastName}} {{row.birthDate | date}} {{row.balance | currency}} email