I've got a jquery table in my website currently. It lists things in a fashion such as:
Product ID Product Name Size
This isnt a problem unless I need to enter information at the bottom of the table which isnt subject to width constraints of the cells. I want it to be able to stretch the full width of the table and not effect the above formatted data. Is this possible somehow?
Product ID Product Name Size
This isnt a problem unless I need to enter information at the bottom of the table which isnt subject to width constraints of the cells. I want it to be able to stretch the full width of the table and not effect the above formatted data. Is this possible somehow?