DEV Community

sanghamitra1994
sanghamitra1994

Posted on

A row of a table will be visible only if its particular column, have to show some value from DB, using javascript

I have a database. Now I want to show it's value in a table. So the table's row will be visible only if a particular column have to show some value from database. My database looks like below:

+--------+------+------------+---------+------+---------+---------+--------+---------+---------+--------+---------+---------+--------+
| c_name | c_id | cs_date    | t_marks | nos  |

Top comments (0)