nicholasdipiazza
Newbie
Posts: 1
Registered: 1/24/2007
Member Is Offline
|
| posted on 1/24/2007 at 08:29 AM |
|
|
Sorting when column is a <select>
I have a problem. I have a Tigra Table with a column with only single select boxes in the cells.
My sort doesn't seem to use the .value property when the value was a <select>. Is there any way to do this?
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/24/2007 at 09:42 AM |
|
|
you'll need to create custom sorting routine that extracts the value from the selectbox tag. see the product documentation for information on
attaching custom sorting routines to the script.
|
|
|