Is there a good example of how to use a key:value pair list to show a pqSelect-filtered column in an infinite-row grid?
For example:
Let's say I have a table with a column called State with each state's two-character abbreviation. I also have a JSON key:value pair array (2-char-abbreviation: State-Name) of all states.
I want to only show the state name, not the abbreviation, but be able to use pqSelect to pick multiple States' names and filter by abbreviation on the database accordingly.
Thank you,
Orlando.