Ability to Color cells based on cell value

@rmehta
Hi,
This is a standard slickgrid feature and it is coming automatically in frappe framework.
Many ERPNext developer already using it. (AFAIK @BhupeshGupta is first member to using it)

To link slickgrid formatter we need to add formatter function in query_report.js
Example

We can use following features of slickgrid by adding function in query_report.js

Thanks @BhupeshGupta

@rmehta I am also working on editable report. This will enable user to enter data from excel like view.

1 Like