Hi Miguel,
The editable table is not configurable to allow that.
in order to achieve that what you can probably do is:
1) By css hide the row .RowWithAddAction with style thus hiding the the link
2) Create a link and place it on the top right corner of the table
3) Use javascript to setthe behavior of when clicking the custom link trigger the click on the original link
You can check a working sample here
Hope this helps
Guilherme
Guilherme Pereira wrote:
Hi Guilherme Pereira,
I tried that. But i did some mistake, It's not working properly. Can yo give me the oml.
Thanks in advance.
Hi Guilherme,
Thanks for your reply.
It works!
Thanks,
Miguel Pinto
Hi saravana,
This post is old and closed already .Request you to create new post and add your oml to get immediate response.
Thanks and Regards,
Rocky :)
Just to add in case anyone is trying to follow this example, add a container with an expression below wherever you put the link. In the expression is where you put the Javascript code. For the EXAMPLE property, put it to whatever you want - in this case the original post used <SCRIPT>.
Hello everyone, another alternative could be this:
In the javascript option of the screen
Regards