How can I change the size of the editor and the position of the fields.
The need for this is because I need a big form and to position the various fields.
Thank you.
Its all done via CSS. You can modify the size, position etc of the cells using the CSS in dataTables.editor.css which is in the distributed package.
Also, you might want to consider using a plug-in display controller if you want absolute control over how the form is displayed: http://editor.datatables.net/tutorials/display_controllers
Hi. Allan.
I just purchased Editor and you have done a great job!
The only thing I need is to gain control over the form container to customize placement of inputs and labels using two columns. As a matter of fact, I would like to pre-design a form by goding html and have that placed in the form container for Editor to process. In that way I can get the form to look exactly the way I want.
Do you have some advice on how to go about that?
Thanks in advance.
Replies
Also, you might want to consider using a plug-in display controller if you want absolute control over how the form is displayed: http://editor.datatables.net/tutorials/display_controllers
Allan
I just purchased Editor and you have done a great job!
The only thing I need is to gain control over the form container to customize placement of inputs and labels using two columns. As a matter of fact, I would like to pre-design a form by goding html and have that placed in the form container for Editor to process. In that way I can get the form to look exactly the way I want.
Do you have some advice on how to go about that?
Thanks in advance.