import { h } from 'vue' formatter(row, column, cellValue, index) { return h('span', {class : 'bg-cyan-400 p-2 rounded' } ,cellValue) },
My solution here