Trying to figure out best solution for being able to resize the x axis on a table with a mouse
I am trying to find a way to be able to make a table in a website and be able to drag the cells open and closed closed to no wider than 100px. I can't seem to find any plugin to do this. I want it to behave like the resize functionality in Jquery UI but only on the x axis. Does anyone know of a plugin that can do this for me or a solution I can try out? I also contemplated using divs but I need to have something with multiple cells so I wasn't sure if using divs would be more complicated or not. Any help would be much appreciated as I am pretty new to Jquery.