I have DataTable that is generated from SQL database based on search criteria. I need a way to hide a column when the values in it are empty or zero. Footer shows sum of all values so it is also zero in that case - I don't know if I can check somehow footer value and hide the column when footer is zero or to check individual values in the column?