Work with datatable-less editor form
Work with datatable-less editor form
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: Hi, I have a need to design an editor form that opens up on clicking a simple html link. The link holds an id parameter to a logged in user; then a controller method is called which passes a view. I then need to open an editor form. Is that possible with your product? Is there an example I can turn to? Many thanks.
Answers
You mean displaying the form in the page where the link exists? Yes that is possible. I use an
i
tag in that example, but there is no reason it couldn't be ana
(in fact that example used to until I updated it to use icons).Allan
Thanks.