Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29104
| Path | csiph.com!news.fcku.it!aioe.org!.POSTED!not-for-mail |
|---|---|
| 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 | Sat, 2 Jan 2016 11:21:59 -0200 |
| Organization | Aioe.org NNTP Server |
| Lines | 14 |
| Message-ID | <n68itn$2op$1@speranza.aioe.org> (permalink) |
| References | <n67ddd$k5k$1@dont-email.me> |
| NNTP-Posting-Host | 5oq0M7qGeWhU/PcHEWLGrQ.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | csiph.com comp.lang.javascript:29104 |
Show key headers only | View raw
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