Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Uncaught TypeError: table.fnColReorder.transpose is not a function

//changing

var table = $('#sample_3').dataTable();
//to

var table = $('#sample_3').DataTable();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Uncaught #function
ADD COMMENT
Topic
Name
8+2 =