Guest User

Untitled

a guest
Aug 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. hidden attribute for th in dojo datagrid is not working into firefox 7
  2. <table dojoType="dojox.grid.DataGrid" id="tableGrid" height="300px" >
  3. <thead>
  4. <tr>
  5. <th field="first_column" width="auto" hidden="true">First Columnn</th>
  6. </tr>
  7. </thead>
  8. </table>
Add Comment
Please, Sign In to add comment