Display row, where column has specific data
Display row, where column has specific data
carlyip
Posts: 3Questions: 1Answers: 0
Hi, i want to make a button that has a dropdown, that can display all rows data with specifc data of column
https://pasteboard.co/sB6zCwQKyGLu.png
Etc, display all rows where the column "Technology" is equal to something
how can i make that
This question has an accepted answers - jump to answer
Answers
Use a column filter -
column().search()
.Allan
Hi i have embeded this lines of code and commented previous code
but my page oni display this, nothing display or changed
https://pasteboard.co/bIjzwFT6wY8g.png
This is my previous code
This code is appending to the footer:
But your table doesn't have a
tfoot
. Define a footer for your table.Kevin