Re: ajax adding table row

2007-05-17 Thread francky06l
To do this I use the Rossoft CJS (snippet from cakeForge). It works very well with cake 1.1, for 1.2 I use the js helper. Anyway to do this you need to add an hidden row at the end with an id such as : td id=lastrow style=display:none;/td and also an hidden div that your ajax call will update

ajax adding table row

2007-05-16 Thread pete
hi, i downloaded and tested the ajax example from http://demo.grahambird.co.uk/tasks everything works fine. now im trying to do the same with a table. after clicking on 'Add task' a new row should be added to the table. could anyone help me out? it works fine with divs but not with a table