const options = { columns: ['Name', 'Position', 'Country'], data: [ [ { content: 'Faris', // disable editing just for this cell editable: false, // format ...
確定! 回上一頁