I have a requirement to make checkbox in center in datatable view.please give sample.
Hello,
you can add a checkbox to a datatable cell with the help of a column template:
{ id:"", header:"", template:"{common.checkbox()}"}
To center it in the cell, use the column css:
css:{"text-align":"center"}