How do I add those drop-down buttons?

How do I add those drop-down buttons?

VenoMVenoM Posts: 17Questions: 9Answers: 0

https://i.imgur.com/p1ecYh3.png

Hello, I want to create the drop-down buttons below the table (as shown in the image above). Can someone help me create them? Also, on this page (https://datatables.net/examples/api/multi_filter_select.html) the HTML/CSS/JQuery code is given. I tried using it directly on my website, but the table appeared plain with no pagination or scroller/button etc. So I basically want someone to narrate me, how do I make the exact same table mentioned above on my website. I'm a beginner. Sorry If you find this question, jarring.

This question has an accepted answers - jump to answer

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    I don't see how it be explained more simply than by having all the code presented to you. However, you may not understand that your HTML needs to include various scripts. Use right-click "View source" to get a complete picture.

  • kthorngrenkthorngren Posts: 21,591Questions: 26Answers: 5,004
    Answer ✓

    the table appeared plain with no pagination or scroller/button etc

    This is an indication that you have a syntax or some other error which should be displayed in the browser's console. Take a look there.

    Kevin

This discussion has been closed.