Hi, I have a few questions regarding the use of Image column in DHTMLxGrid
-
What is the JSON format if I wanted to populate the “alt” and “title” tag
Providing only the URL would defaulted both attribute values to the URL. I wish to override this. -
(Still in JSON format) If I treated the Image column as a “ro” column and provided the full string, the title would be empty string(e.g.: “”) eventually. Any reason why this happen?
(i.e.:"")
- How can I sort the Image column?
- Trickery by renaming the file so I can sort by alphabet? (or you guys sort by a specific attribute like either alt, or title?)
Thanks