madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Idea: zfDatagrid CSS gallery #265

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

just crossed my mind that it might be a nice initiative to have some kind
of "zfDatagrid CSS Gallery" where people can leave their own creations. 

I know most of us here are developers, not designers, but out there might
be some creative individuals that would like to contribute that way.

Who knows, maybe when certain amount of nice CSS sheets were available,
implement dynamic grid design selection, on user level or developer level.

Original issue reported on code.google.com by vlatko.b...@gmail.com on 23 Apr 2010 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 7 May 2010 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 5 Jul 2010 at 2:25

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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