|
|
| |
1. English doc file |
|
Reply |
|
|
 otto | 2013-02-03 10:42:34 |
In the EN doc file a little type error is in the grid function:
$data['drid:empl_grid'] = array(
should be
$data['grid:empl_grid'] = array(
Then a question:
The grid funtion is very nice, but is a bit limited because it will not create extra pages when the number of rows doesnt fit on one page.
It would be very nice when there are 100 data rows, the xml attribute row=30 there will be created 4 pages.
|
| |
2. Re: English doc file |
|
Reply |
|
|
 Alexander Selifonov | 2013-02-04 17:26:32 - In reply to message 1 from otto |
Otto, thank You, Typo in documentation fixed.
About multi-paging for "long" grid:
it's quite out of primary principle: each page should have a hard structure, to be correctly printed over prepared PDF template.
But it might be useful feature indeed, so maybe i'll implement it later.
|
|