Hyperlinks from bootstrap tables

Hello @Hyperbytes,

There is no “hacking” required actually for what you need to achieve. In Wappler everything is done visually and you don’t need to manually alter the code.
Inner text property is used for purpose in table generator. This way the table rendering is really really fast and if there is some huge 50 columns table with thousands of records your page won’t suffer from FOUC

So all you need to do is:

  1. Select your table cell and remove the inner text property

  2. Double click in the table cell and click the data picker icon:

  3. Select the data you want to bind:

  4. Select the inserted binding and use the link icon to create a link out of it:

Then you can continue with setting up the dynamic link options.

1 Like