Form to Table

I need to create a form that echos as a table. Do I use Grid with this form? I have an Icon on my site and when you hover over it I want it to display a table that was input via the form…

what should I do?

thanks

You can attach dhtmlxPopUp to toolbar’s button:
dhtmlx.com/docs/products/dhtmlxP … olbar.html
or to some input:
dhtmlx.com/docs/products/dhtmlxP … bject.html
And attach there dhtmlxGrid:
dhtmlx.com/docs/products/dhtmlxP … _grid.html

Or you can use grid in form’s item type Container:
dhtmlx.com/docs/products/dhtmlxF … _grid.html