Hola,
 
Estoy intentando hacer un dataGrid con paginación con el framework de dojo, pero no encuentro ninguna documentación.
El grid que tengo es el siguiente:
 
<table dojoType="dojox.grid.DataGrid" store="myStore" jsId="migrid" id="migrid" rowsPerPage="5" style="width: 400px; height: 200px;" clientSort="true" rowSelector="20px" query="{ name: '*' }">
  <thead>
    <tr>
      <th field="name" width="200px">ID</th>
      <th field="abbreviation" width="200px">Nombre</th>
    </tr>
  </thead>
</table>
 
Alguien me podría echar una mano?.
 
Saludos!! 
  
 
