Basic

datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Inline Editing

datatable-avatar
{{ value | shortName }}

{{ value }}

{{ row.post }}
{{ value == 1 ? "Current" : (value == 2 ? "Professional" : (value == 3 ? "Rejected" : (value == 4 ? "Resigned" : value == 5 ? "Applied" : "Applied"))) }}
{{ value }}

Filter

datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Row Details

City : {{ row.city }}
Experience : {{ row.experience }}
datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Custom Checkbox

datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Selections ({{ chkBoxSelected?.length }})

  • {{ sel.full_name }}
  • No Selections

Server Side Paging

datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Responsive

Email : {{ row.email }}Age : {{ row.age }}
datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}

Multi Purpose

datatable-avatar
{{ name | shortName }}

{{ name }}

{{ row.post }}
{{ status == 1 ? "Current" : (status == 2 ? "Professional" : (status == 3 ? "Rejected" : (status == 4 ? "Resigned" : status == 5 ? "Applied" : "Applied"))) }}