Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

161
Views
Data tables search does not exist

I am using some javascript to go out to ajax post but the issue I am having is the following. I am using Datatable version 1.9.4

<script type="text/javascript">

 $(function () {

     var myTable =  $('#allSubmissions').DataTable({
         'iDisplayLength': 15,
         "bSort": true,
         "sPaginationType": "full_numbers",           
         "bLengthChange": false,
         "bDestroy": true,
         "bRetreive": true,
         "searching": true,
     });

     $('#search-inp').on('keyup', function () {
         myTable.search($(this).val()).draw();
     });
 });

</script>

The issue I am having is that it says Search does not exist. The rest of the software is using DataTable which I must do the same any ideas as why it cant access https://datatables.net/ search function.

Also how does one replace the text box that is on the grid with the custom one basically I need to pass the values to a ajax post

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!