-
AJAX/Spring/DWR (1 messages)
- Posted by: Deha Peker
- Posted on: May 25 2007 09:05 EDT
Threaded Messages (1)
- Ajax/DWR and dynamic table editing by Deha Peker on June 09 2007 00:58 EDT
-
Ajax/DWR and dynamic table editing[ Go to top ]
- Posted by: Deha Peker
- Posted on: June 09 2007 00:58 EDT
- in response to Deha Peker
DWR and dynamically table editing examples are good but, cell creation functions is not working well if you add the dynamic content as html text in each cell content function instead you have to add DOM tree objects/fragments to make it work. I am sure this is happening because I am overriding the default cellCreator function. Because given example was just using the default cellCreator function. I think this is very important to be aware of. Deha Peker