please help on this
please help on this
kumarmca.upp
Posts: 7Questions: 1Answers: 0
error- 0x800a138f - JavaScript runtime error: Unable to get property 'style' of undefined or null reference
var datatableVariable = $('#table_id').DataTable({
"destroy": true,
colReorder: true,
lengthMenu: [
[10, 25, 50],
['10 rows', '25 rows', '50 rows']//, 'Show all'
],
paging: true,
searching: true,
"data": res,
"aoColumnDefs": aryJSONColTable,
"aoColumns": aryJSONCollumn,
dom: 'Bfrtip',
dom: 'lBfrtip',
buttons: [{
extend: 'csv',
text: 'To CSV'
},
//{
// extend: 'copy',
// text: 'To clipboard'
//},
{
extend: 'excel',
text: 'To Excel'
}, ]
});
This discussion has been closed.
Replies
You only need to post your questions once. Please see your other post.
Kevin