AshishJoshi-asj / zfdatagrid

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

Template for the whole grid #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How about making it possible to define a custom global template(s) for the
grid.

Something like:

<table>
  <tr>  <!-- all three parts in one row -->
    <td>{{NewRecordButton}}</td>
    <td>{{CRUDstatus}}</td>
    <td>{{filterAndOrderRemove}}</td>
  </tr>
  <tr> 
    {{gridRows__THE_table}}
  </tr>
  <tr>  
    <td>{{export}}</td>
    <td><span>Some clever text</span></td>
    <td>{{pagination}}</td>
  </tr>
</table>

Original issue reported on code.google.com by vlatko.b...@gmail.com on 26 Feb 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Hi,

considering the ->render($part) function has been introduced, with all parts of 
the
grid separately accessible, I think that the status of this suggestion can be 
set to
fixed and finished.

Original comment by vlatko.b...@gmail.com on 1 Mar 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Dropped in favor of:

http://code.google.com/p/zfdatagrid/issues/detail?id=191

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 1 Mar 2010 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56