hide all table columns that have the value of "0"

hide all table columns that have the value of "0"

Hi this is my first post as I get to know jQuery.  

I have a database that creates a table and It has lots of columns containing mainly numbers as the values (some of the values are VARCHAR.  I want to be able to collapse the table so only the columns with values other than 0 are visible. This will make it a lot easier to read and print out.


I wan to select all the values in the last row and then select all the "0" values from that row and toggle (hide) those columns (including every row in the column) when I click a button.

The table id = #kura1A

Thank you in advance.

Joe