Things are finally working fairly well for the customers grid (although I've not yet taken any speed issues into account). I removed the index.ctp file, since it was largely useless and I figured out how to render directly to the element. I also moved most of the jqGrid XML code into the application controller, since it will be reused by most of our controllers.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@108 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-13 20:46:17 +00:00
parent 508a8b08aa
commit 0278c77610
4 changed files with 147 additions and 153 deletions

View File

@@ -1,3 +0,0 @@
<div class="customers index">
<?php echo $this->element('customers', array('heading' => '<h2>'.$heading.'</h2>')) ?>
</div>