Multi select check box column with array as source
Multi select check box column with array as source
inguva_vamsi
Posts: 8Questions: 3Answers: 0
Hi All,
I am using the following code to display datatable which is working fine. Now i want multi select check box column in grid. Could you please help.
function table() {
$('#customdatatable').DataTable( {
data: arrData, // My Data is coming in this array
columns: [
{ title: "subscriptionid" } ,// Primary Key id
{ title: "SKU" },
{ title: " Category" },
{ title: " Product Name" },
{ title: "Product Rate Plan:ID" },
{ title: "Option Code" },
{ title: "Rate ID Name" },
{ title: "Charge" },
]
} );
}
I am confused betwen columndefs and columns in datatable declarations
Could you please help
This discussion has been closed.
Answers
@inguva_vamsi isn't this the same as this other thread - you've posted three times the same question...
first
second
third