In my tabel search dialog was not set properly. so, what can i do?

In my tabel search dialog was not set properly. so, what can i do?

meetmk710meetmk710 Posts: 5Questions: 1Answers: 0


Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • meetmk710meetmk710 Posts: 5Questions: 1Answers: 0

    My project was live so what can i do?

  • tangerinetangerine Posts: 3,349Questions: 37Answers: 394
    Answer ✓

    Provide a link to your page, or to a test case.

  • meetmk710meetmk710 Posts: 5Questions: 1Answers: 0

    the link of the page is :

    http://18.191.34.51:3000/admin

  • meetmk710meetmk710 Posts: 5Questions: 1Answers: 0

    please give me a solution.

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @meetmk710 ,

    You're applying css to every <label> element - see below.

    This is affecting the label that DataTables uses to display the search box. You should use a class wherever you actually want this styling to apply.

    Thanks,
    Sandy

  • meetmk710meetmk710 Posts: 5Questions: 1Answers: 0

    Thank you for guiding.

This discussion has been closed.