RE: Make Tapestry add an id to the tag of the grid

Fri, 18 Sep 2015 01:35:15 -0700

Hi, thanks for the suggestion. It's a good option, I will have to slightly 
twist it because the <table> tags already have a class - namely 
class="t-data-grid" -  but I can add multiple class names there and jQuery 
should be able to pick them up. Good idea.


-----Original Message-----
Sent: Friday, September 18, 2015 10:12
To: Tapestry users <users@tapestry.apache.org>
Subject: Re: Make Tapestry add an id to the <table> tag of the grid

Hi!

You asked for a workaround...why not using a css class temporarily until this 
issue is properly resolved?

class="your-id-1"

You can use a placeholder to dynamically provide different id's (well, css 
classes) per grid.

At least a jquery selector will now be able to pick it up and I am aware of the 
fact using class to mimique ID's is generally wrong...

Jens



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to