Cannot using bProcessing along with sDom
Cannot using bProcessing along with sDom
ghprod
Posts: 3Questions: 0Answers: 0
Hi,
i have error "Typeerror: AN is undefined" when running datatable with bProcessing and sDom options together, here are the debug data
http://debug.datatables.net/enamex
Really appreciate with your hepls :)
Thanks
i have error "Typeerror: AN is undefined" when running datatable with bProcessing and sDom options together, here are the debug data
http://debug.datatables.net/enamex
Really appreciate with your hepls :)
Thanks
This discussion has been closed.
Replies
[code]for ( var i=0, iLen=an.length ; i
Allan
for others who looking for solution, this all i've done, just change
[code]"sDom": '<"tbl-tools-searchbox"fl<"clear">>,<"tbl_tools"CT<"clear">>,<"table_content"t>,<"widget-bottom"p<"clear">>',[/code]
into
[code]"sDom": '<"tbl-tools-searchbox"fl<"clear">>,<"tbl_tools"CT<"clear">r>,<"table_content"t>,<"widget-bottom"p<"clear">>',[/code]
i've put "r" in sDom options :)
Thanks and regards