How do I get a form to show and not the datatable?
How do I get a form to show and not the datatable?
th3t1ck
Posts: 228Questions: 37Answers: 1
I'm trying to build a simple login form. How do I get just the form to load and not the datatable?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I can't really comment about the form aspect, since I don't know what form code you are using, but for DataTables, just don't call the
$().DataTable()
method and it won't create the DataTable.Allan
Thank you Alan.