simple ergonomic tip on datagrid interface
Wed, 11/18/2009 - 15:58
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

Well, I did not get the line
"sometime we must horizontal scroll to join those info"
Which info are we talking about?
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