Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29104
| From | Joao Rodrigues <groups_jr-1@yahoo.com.br> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: apply classes to table rows after table is rendered, how |
| Date | 2016-01-02 11:21 -0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <n68itn$2op$1@speranza.aioe.org> (permalink) |
| References | <n67ddd$k5k$1@dont-email.me> |
On 01/02/2016 12:44 AM, Mike S wrote: > I generate a table (using PHP) that has alternating white/off-white row > background colors for readability. I was asked to make the table > sortable, so of the background colors no longer alternate when the table > is sorted on various column data. What do I have to read to learn how to > apply alternating row background colors to a table that is already > rendered? Any suggested reading would be appreciated. If you want to sort a table on the client-side, you may use the code that I wrote in 2009: <http://www.jrfaq.com.br/sortable.htm> -- Joao Rodrigues
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
apply classes to table rows after table is rendered, how Mike S <mscir@yahoo.com> - 2016-01-01 18:44 -0800
Re: apply classes to table rows after table is rendered, how Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-01-02 11:21 -0200
Re: apply classes to table rows after table is rendered, how Mike S <mscir@yahoo.com> - 2016-01-02 18:30 -0800
Re: apply classes to table rows after table is rendered, how Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-02 22:19 +0100
Re: apply classes to table rows after table is rendered, how Mike S <mscir@yahoo.com> - 2016-01-02 18:29 -0800
Re: apply classes to table rows after table is rendered, how Aleksandro <aleksandro@gmx.com> - 2016-01-04 13:31 -0300
Re: apply classes to table rows after table is rendered, how Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-04 17:39 +0100
csiph-web