Sort a column of combo box (es) or dropdownlists
Sort a column of combo box (es) or dropdownlists
I'm sure there are better ways to do this, but I needed something quickly. Thought I would post in case someone wanted to do the same
My combo boxes has 3 values - Hold, Quote, and No value. The combo selector allows the user to change the value which is a redirect to another page, but the problem it presented was how to sort on this column?
Heres how you would add the code to the page...
/*Define a custom cell type for the dropdownlists, works in conjuction with the custom sorting functions afterwards. What determines if column is a combo box? '
My combo boxes has 3 values - Hold, Quote, and No value. The combo selector allows the user to change the value which is a redirect to another page, but the problem it presented was how to sort on this column?
Heres how you would add the code to the page...
/*Define a custom cell type for the dropdownlists, works in conjuction with the custom sorting functions afterwards. What determines if column is a combo box? '
This discussion has been closed.
Replies
Allan