* Change colspan in listview
Closed last PR as I messed up with my repo.
Sometimes the fields have too much space or it is really small, this solutions allows the users to modify the field colspan per field using the following syntax in frappe.listview_settings
`column_colspan: {"fieldname":2},`
* Update docfield.json
|
||
|---|---|---|
| .. | ||
| doctype | ||
| page | ||
| report | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.