Set up your datatable's options as per the jquery.dataTables API, e.g.: var optionsObject = { columns: [{ title: 'Real Name', data: 'profile.realname', // note ...
<template> <DataTable :data-per-page-option-visible="true" :search-visible="true" :table-heads="tableHeads" :link="link" :table-text-alignment="'text-center ...