markash / threesixty

Employee 360 Performance Review
http://markash.github.io/threesixty/
18 stars 9 forks source link

Setting a search grid column to mask the ID excludes it from being searched #32

Closed markash closed 6 years ago

markash commented 7 years ago

Currently the id columns can be masked to appear as if it was another column, i.e. making the name of an object appear in the id column but then this means that the definition of the name column is omitted and therefore the name searchable attribute is not set.

Investigate allowing the table configuration to support hidden fields allowing for filtering based upon these hidden fields.

markash commented 6 years ago

The display property of the id column now allows the user to filter the grid by that value. The display property is added to the grid as a hidden column.