jazzdotdev / issues

Read organization description for installation instructions
0 stars 1 forks source link

Column Header Filters (Part 3) #3

Closed LuisReyes98 closed 5 years ago

LuisReyes98 commented 5 years ago

Column Header Filters (Part 3)

before merging this changes Part 1 and Part 2 should be merged first.

Changes done

Package changes

The main changes in the logic of the packages are:

Style changes

Now each header of a column that belongs to the label tags , will display on click a small text dialog in which the user can choose to Show only the selected value.

View Template changes

Added a html chunk column_header.html which holds an html form to make the filtering call to the backend, styles and a dialog for the filtering UI.