JohnAldriedge
Newbie
Posts: 1
Registered: 9/12/2002
Member Is Offline
|
| posted on 9/12/2002 at 05:04 PM |
|
|
Can columns with links be added to table?
I haven't tried the product yet, but am about to buy it. Can you tell me if it is possible to add columns with hyperlinks? For example, adding links
for "Edit" or "Delete".
Thanks,
JohnA
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/13/2002 at 07:16 AM |
|
|
Sure, Just put
| Code: |
<a href='your_edit_page'>edit</a>
|
as cell data.
|
|
|
lem45
Junior Member
Posts: 8
Registered: 10/24/2002
Member Is Offline
|
| posted on 2/4/2003 at 01:38 AM |
|
|
If I add linkes it messes up the sort.
Is there a way around this?
|
|
|
alphadog
Member
Posts: 11
Registered: 12/15/2002
Member Is Offline
|
| posted on 2/5/2003 at 02:38 AM |
|
|
I'm not tech support, but it seems to me you can add your own custom javascript comparator functions, right? I have no need to sort a link column,
but I can see the need in the future. Check out the docs under the 'types' section. You could probably call a javascript function instead of
inlining it, and use regexps to get the text part of the link.
|
|
|