Hi i need add momentjs format hh.mm.ss in kdatable cell can please help me code.
i need convert created_at with momentjs but i dont know how add in v-slot cell moment()
<template v-slot:cell-created_at="{ row: data }">
{{ data.created_at }}
</template>
thanks!
i solved my question!!
thanks,
Hi,
Glad to hear that. All the best with your project!