Hi ,
I would like to hide some row that doesn't have any value for each cell within a row,
here below sample table :
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Items / Stocks[/TD]
[TD="align: center"]Nov[/TD]
[TD="align: center"]Dec[/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[/TR]
[TR]
[TD="align: center"]Office Desk[/TD]
[TD="align: center"]3 pcs[/TD]
[TD="align: center"]6 pcs[/TD]
[TD="align: center"][/TD]
[TD="align: center"]10 pcs[/TD]
[/TR]
[TR]
[TD="align: center"]Office Chair[/TD]
[TD="align: center"]20 pcs[/TD]
[TD="align: center"]40 pcs[/TD]
[TD="align: center"]10 pcs[/TD]
[TD="align: center"]80 pcs[/TD]
[/TR]
[TR]
[TD="align: center"]Printer[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]fax machine[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3 pcs[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]filling cabinet[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
based on the table, i would like to hide row for "Printer" and "FIlling Cabinet", that doesn't have any values on Stocks
so what i have to do to make this happen ?
Thank you
I would like to hide some row that doesn't have any value for each cell within a row,
here below sample table :
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Items / Stocks[/TD]
[TD="align: center"]Nov[/TD]
[TD="align: center"]Dec[/TD]
[TD="align: center"]Jan[/TD]
[TD="align: center"]Feb[/TD]
[/TR]
[TR]
[TD="align: center"]Office Desk[/TD]
[TD="align: center"]3 pcs[/TD]
[TD="align: center"]6 pcs[/TD]
[TD="align: center"][/TD]
[TD="align: center"]10 pcs[/TD]
[/TR]
[TR]
[TD="align: center"]Office Chair[/TD]
[TD="align: center"]20 pcs[/TD]
[TD="align: center"]40 pcs[/TD]
[TD="align: center"]10 pcs[/TD]
[TD="align: center"]80 pcs[/TD]
[/TR]
[TR]
[TD="align: center"]Printer[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]fax machine[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3 pcs[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]filling cabinet[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
based on the table, i would like to hide row for "Printer" and "FIlling Cabinet", that doesn't have any values on Stocks
so what i have to do to make this happen ?
Thank you