How can i use datatable in CodeIgniter framework
How can i use datatable in CodeIgniter framework
when i trying to use datatable in codeigniter framework then get following error
$("#datatables").dataTable is not a function
$('#datatables').dataTable();\r\n
can any one tell me whats the way to use datatable in codeigniter framework. I tried by using examples from site.
$("#datatables").dataTable is not a function
$('#datatables').dataTable();\r\n
can any one tell me whats the way to use datatable in codeigniter framework. I tried by using examples from site.
This discussion has been closed.
Replies
$('#my_table).dataTable is not a function.
If you are getting that error, then you've most likely not included the DataTables JS file in your page. Or, you've included jQuery twice (it nukes the old object if this happens).
Regards,
Allan
http://codeigniter.com/forums/viewthread/160896/
it's a thread i made on how i ported datatables for CI. hope it helps =)
Allan
because I just new in use it