DataTable inside Editor
DataTable inside Editor
I've been tinkering around with trying to put a DataTable inside an editor modal window.
I will have three buttons Edit, Delete, and History. For the History button I want a model to open with a DataTable inside it that is just for display. I'm going to continue tinkering around with this but if someone has an example that would be greatly appreciated.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
How are you trying to implement it? I would suggest using a field type plug-in if you aren't already. Unfortunately one doesn't exist that uses DataTables as a control yet. It is on my roadmap!
Allan
I was able to put something together. It is kind of a hack but I was able to get a dataTable in the editor
1) On open I append html table to form content.
2) On open below the appended table build out dataTable
https://www.dropbox.com/s/z8qvbykf5ep9gre/Holy%20Shnikes%20Batman.png?dl=0
Nice one :-)
Allan