2

I realize that this may seem like a silly request given that CEditableTable already has a render method and exuding HTML for a table row or cell outside the context of a table isn't very useful.

However, in my plug-in I am making an AJAX callback to the server to pull down an additional row to insert into a table that was rendered with CEditableTable.render. It would be handy if I could just generate the HTML for a single row or cell for this purpose.

Fog Creek Case FC1856201

flag

1 Answer

2

Yes, this does sound useful in that context. I have added the request; presumably it should allow the user to override the 'zebra striping' class on the row via a parameter, so that you can get the right color.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.