simple ergonomic tip on datagrid interface

Login or register to post comments
2 replies [Last post]
grossini's picture
Offline
Joined: 01/05/2009

why pagination info are at right position of page?
- sometime we must horizontal scroll to join those info.

I suggest a simple modification to put those info in more ergonomic position:
after result info.

Attached are my QDataGridBase.class.php (located in .\includes\qcodo\_core\qform\)
and my styles.css (located in .\assets\css\)

uploaded in zip format

As Style, I choose also to use 10px as font dimension.

Simple trick, but very appreciated by my users.

Gianni

Online
Joined: 10/11/2010

Well, I did not get the line

"sometime we must horizontal scroll to join those info"

Which info are we talking about?

grossini's picture
Offline
Joined: 01/05/2009

In Qdatagrid pagination (see example http://examples.qcu.be/assets/_core/php/examples/datagrid/pagination.php) if the datagrid has many columns .... the datagrid can become larger than browser window so to join right side of datagrid where page info are located ....

For some of my tables (with many columns) is important and ergonomic ...

Gianni