Home › Forums › JavaScript › JS Add/Remove Row in Table › Reply To: JS Add/Remove Row in Table
August 27, 2013 at 10:54 am
#148250
Participant
First things first: you really shouldn’t use tables for anything other than tabular data, I would try using divs and whatnot. But, since you may have your own reasons, let’s start.
Trust me, I know lol. I, for one, hate tables. But the tool that this is based off of is already created, used by our team and our team alone, and I was given strict orders to not alter the structure of the tool just the function of it 0_o (confusing I know).
I wish I could post a snippet of the source without losing my job lol.