AK
Size: a a a
AK
SB
SB
SB
DK
SB
SB
<script type="text/javascript" src="/lib/DataTables/datatables.min.js"></script>
<script>
$(document).ready(function () {
$.noConflict();
$(`#findBotsTable`).DataTable();
});
</script>
VM131 jquery.min.js:2 jQuery.Deferred exception: $(...).DataTable is not a function TypeError: $(...).DataTable is not a function
at HTMLDocument.<anonymous> (http://localhost:8080/home/index:2425:29)
at l (http://localhost:8080/lib/jquery/dist/jquery.min.js:2:29375)
at c (http://localhost:8080/lib/jquery/dist/jquery.min.js:2:29677) undefined
DK
<script type="text/javascript" src="/lib/DataTables/datatables.min.js"></script>
<script>
$(document).ready(function () {
$.noConflict();
$(`#findBotsTable`).DataTable();
});
</script>
VM131 jquery.min.js:2 jQuery.Deferred exception: $(...).DataTable is not a function TypeError: $(...).DataTable is not a function
at HTMLDocument.<anonymous> (http://localhost:8080/home/index:2425:29)
at l (http://localhost:8080/lib/jquery/dist/jquery.min.js:2:29375)
at c (http://localhost:8080/lib/jquery/dist/jquery.min.js:2:29677) undefined
DK
DK
DK