Hi Abhi,
Thanks for your feedback. In fact you've run into a limitation of our responsive apps. Only the text contents are kept when you open a table in a small screen, not images.
A possible workaround would be to add the following CSS to your page:
This will add your flag to the 5th column of your table.
Don't forget to replace <FLAG_IMAGE_HERE> with the URL of your flag image. You can just drag it into the css editor to do it.
Please tell me if you need any more help.
Cheers,
Sara Cruz
Thanks for your feedback. In fact you've run into a limitation of our responsive apps. Only the text contents are kept when you open a table in a small screen, not images.
A possible workaround would be to add the following CSS to your page:
.TableRecords_OddLine:nth-child(5) .TableRecords_Label:after {content: url(<FLAG_IMAGE_HERE>);display: block;}
This will add your flag to the 5th column of your table.
Don't forget to replace <FLAG_IMAGE_HERE> with the URL of your flag image. You can just drag it into the css editor to do it.
Please tell me if you need any more help.
Cheers,
Sara Cruz