Select with user values and table head filter

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Satrapo
User
Posts: 42

Select with user values and table head filter

Post by Satrapo »

Hello,

I've a field (int type) with select edit tag and this user value:

VALUE - LABEL
0 - LOSS
1 - DRAW
3 - WIN

(The field store "points for match")

When I enable table header filter the checkboxes show the label text (LOSS - DRAW - WIN) but if I type "win", "loss" or "draw" in the search box no results are found because it searches in the "value" and not in the "label" of the select tag. (v2024)

Thanks!


arbei
User
Posts: 9427

Post by arbei »

You may use a lookup table instead of user values, and enable Allow Sort/Search under Lookup Table settings.


Post Reply