datagrid - how to create sortable image link column?
I've been all of this forum getting myself confused and I'm refactoring someone else's code and that doesn't help.
I need to add a column:
* that is sortable
* can contain null (blank) values
* or image links that open in a new window
I've been able to add image links, but they do not sort. I was able to get them to sort as simple images.
We're using v5.2 (which noticeably faster, thanks)
The grid is being populated by a js array created from a PHP loop.
a full example would be great, as it's not all my code and it's kind of all over the place so I haven't got everything figured out.
Thanks,
Robert
I need to add a column:
* that is sortable
* can contain null (blank) values
* or image links that open in a new window
I've been able to add image links, but they do not sort. I was able to get them to sort as simple images.
We're using v5.2 (which noticeably faster, thanks)
The grid is being populated by a js array created from a PHP loop.
a full example would be great, as it's not all my code and it's kind of all over the place so I haven't got everything figured out.
Thanks,
Robert
Robert S.
January 17,