Sometimes, you have tons of records in columns and it is very difficult to get a clear picture of the particular stage. The progress bar can be used to display the status of any column. In this recipe, we will display the progress bar on kanban, based on the field named popularity.
Adding a progress bar in kanban views
Getting started
For this recipe, we will be using the my_library module from the previous recipe.
How to do it...
In order to add a progress bar in the kanban columns, you will need to add a progress bar tag in the kanban view definition, as follows:
<...