please help on this

please help on this

kumarmca.uppkumarmca.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'
                                }, ]

                });

Replies

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769

    You only need to post your questions once. Please see your other post.

    Kevin

This discussion has been closed.