Utkarsh Rai

Results 2 comments of Utkarsh Rai

I am also facing the same Issue while calling dataTable(). Also, I have checked properly that Jquery is loaded priorily. The error is -> Uncaught TypeError: $(...).dataTable is not a...

I solved it. The Issue was jQuery was being initialised twice. Once before requiring the datatable and once after it was initialised and all set to work. So it was...