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

288
Views
How to enable search for datatable?

I am using the latest version of metronic keen theme Datatable search is not appearing . I have enable property of datatable searching:true but still not working

dt = $(tablename).DataTable({
        searchDelay: 500,
        processing: true,
        serverSide: true,
        responsive:true,
        order: [],
        searching:true,
        stateSave: true,
        aoColumnDefs: [
            {
                bSortable: false,
                aTargets: ["nosort"],
            },
        ],
        select: {
            style: 'os',
            selector: 'td:first-child',
            className: 'row-selected'
        },
        ajax: {
            url: url,
            data: filters,
        },


        // Add data-filter attribute
        // createdRow: function (row, data, dataIndex) {
        //     $(row).find('td:eq(4)').attr('data-filter', data.CreditCardType);
        // }
    });

   var  table = dt.$;

    // Re-init functions on every table re-draw -- more info: https://datatables.net/reference/event/draw
    dt.on('draw', function () {
        // initToggleToolbar();
       // toggleToolbars();
        //handleDeleteRows();
        KTMenu.createInstances();
    });
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!