editor plugin implementation for vertical html table
editor plugin implementation for vertical html table
abir1006
Posts: 2Questions: 1Answers: 0
I have a table which is vertically oriented, which means first columns are field name & second column is the value. is this table work with inline editing with dataTable? attached is a screen of the table which I meant.
Thanks
This discussion has been closed.
Answers
Hi,
As DataTables itself doesn't really support that kind of pivot table, Editor doesn't directly support it either. Editor treats each row as an independent record.
Having said that, it would be possible to use a table of that structure with Editor in standalone mode. It would just require a bit more setup.
Allan
Thanks for your reply, i figured it out with CSS table rotation.
I have another query, I don't want to use the php library of editor plugin rather I'm using my own ajax script & output the data as json format. Is it possible to use this ajax script for inline editing and populate data accordingly?
Absolutely. Editor's client / server communication is documented in the manual. You just need to have your server conform to that.
Allan