I am using agiletoolkit for a project and I am using datatable as jquery and html , I would like to display the datatable grid in the agiletoolkit UI
every time I call the agiletoolkit ui menu which is init to the html page the html code work but the javascript and css of datatable dosn't work.
Below is the issue
.datatable is not a function typeerror $(...).datatable is not a function in php
issue solved by using defer on javascript
<script type="text/javascript" src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.min.js" defer></script>