JJ
My feedback
5 results found
-
2 votes
An error occurred while saving the comment -
98 votesJJ supported this idea ·
-
14 votes
An error occurred while saving the comment JJ commentedAgree with this! Sometimes we don't know what an user may be interested to see from the data table, so having an interactive sorting option would be good.
JJ supported this idea · -
6 votesJJ shared this idea ·
-
21 votesJJ supported this idea ·
There is an easy way to work around this.
Add an HTML field to your list datapage. in the html edit box, insertthe field for the image, something like [@field:myImage]. in here you can actually add a div wrapping the field with your id like this:
<div id="img">[@field:myImage]</div>
this will ensure that all your images contain the same custom id. you can house the ID style in the header of the table or in the "style" section of your app. You can also house your Id in the same custom HTML field, but that will insert the <style> tag in every single cell, which will end up looking quite sloppy.
still, having an ID "inserted" in the UI would be much, much nicer :). Specially since Caspio touts itself as the "no code" company.