You need some reference for locating the table. In this example table should have a class called “myTable”:
$('.myTable tr').eq(0).hide();
eq(number): Number is the position of the tr. On your example there are 7 tr.
Hope this helps
You need some reference for locating the table. In this example table should have a class called “myTable”:
$('.myTable tr').eq(0).hide();
eq(number): Number is the position of the tr. On your example there are 7 tr.
Hope this helps
In this image, I need collapsing in breakfast row. Does anyone know how I can collapse whole tr
or else with div
?
Please show us what you have done and what obstacles you are facing some code would definitely help to move your issue forward