this is this ausom row editor tool in ext js.

I am looking for more complex tool for grid and actual form.
Something with good API so I can give the user the abillity to see the from in full screen, and not just in a row.
Something that will help me building more and more CRUDs without recreating the forms again and again.
something like “form renderer” from settings.
Where can I get this kind of API.
Thanks
I don’t know of any built-in “form-renderers” but you can create analog using form’s loadRecord method.
First of all you create form with the same set of inputs as form’s
columns(obviously, you can do it dynamicaly). For example if yourcolumnsconfig looks like this:your form’s config should look like this:
Now you assign handler for grid’s
itemdblclickevent: