I noticed in the new version the form_grid_templates are being commented out? I use them heavily so is this going to stay or is it being removed?
eg in material_request.py
form_grid_templates = { "items": "templates/form_grid/material_request_grid.html" }
They are removed as of now (though still kept in the code till a final decision is made) - the goal is to make the grids editable themselves.
If I was to share my opinion. I would want both
The editable grid is a must have! for many forms
The ability to format presentation on table line items is also a great feature to have on forms, It would be nice to have it, tho it can be argued that the show print form first option might functionally serve the purpose.