Open GoogleCodeExporter opened 9 years ago
Original comment by bento.vi...@gmail.com
on 7 May 2010 at 4:32
Original comment by bento.vi...@gmail.com
on 5 Jul 2010 at 2:25
Hi,
A designer is working on this.
Best Regards,
Bento Vilas Boas
Original comment by bento.vi...@gmail.com
on 17 Jul 2011 at 1:37
Related to css and themes, I think its easier for designers to implement their
styles if we have the column headers styled with css, instead using the sort
asc or desc images.
Now we have something like this:
<th>
<a href="/grid/site/index/order/Name_ASC"><img border="0" src="/grid/public/images/arrow_up.gif"></a>Name
<a href="/grid/site/index/order/Name_DESC"><img border="0"
src="/grid/public/images/arrow_down.gif"></a>
</th>
I think we should have something like this:
<th>
<a href="..." class="sort asc" id="sort_field_name">Name</a>
</th>
or
<th>
<a href="..." class="sort desc" id="sort_field_name">Name</a>
</th>
or
<th>
<a href="..." class="sort" id="sort_field_name">Name</a>
</th>
In this way we can build some nice plugins like jqgrid has now.
Original comment by re...@bejenaru.com
on 9 Feb 2012 at 5:02
Some news about this issue ?
I looking for someone who had already created a template for Twitter Bootstrap
:)
Best regards
Shady
Original comment by shadypie...@gmail.com
on 31 Jul 2012 at 9:55
Original issue reported on code.google.com by
vlatko.b...@gmail.com
on 23 Apr 2010 at 11:43