Help!
I am new to the module and require some explanation or insight as to why when I configure the master default etc views to show a 8 column table it seems to only show 2 columns and doesnt go across the page for each item.
Example of the Full View Template
<table width='100%'><tr valign='top' align='left'><td>RWEwh</td><td>Description</td><td>min</td><td>max</td><td>Available</td><td>List</td></tr><tr><td>#RWEWH#</td><td>#DESCRIPTION#</td><td>#MIN#</td><td>#MAX#</td><td>#AVAILABLE#</td><td>#LIST#</td></tr></table>
Should produce the following:
But this is what I see
You should to change Main template also. Please do the following:
1) Change Main Template to
<a href='#top' onclick="#ADD#" class='CommandButton'>Add New Record</a><br/><div align='center'>Sort By: #SORT#<br/>Filter By: #FILTER#<br/>#SEARCH#</div><a href='#top' onclick="#EXPORT#" class='CommandButton'>Export</a> <a href='#top' onclick="#IMPORT#" class='CommandButton'>Import</a><br/><table width='100%'><tr><td align='left'>Page: #PAGING#</td><td align='right'>Items per page: #ITEMSPERPAGE:100:20:50:10#</td></tr></table><table width='100%'><tr><td class='SubHead' align='Center'>RWEWH</td><td class='SubHead' align='Center'>DESCRIPTION</td><td class='SubHead' align='Center'>MIN</td><td class='SubHead' align='Center'>MAX</td><td class='SubHead' align='Center'>AVAILABLE</td><td class='SubHead' align='Center'>LIST</td></tr>#GRID:1#</table>
2) Change Short View Template to:
<tr><td class='SubHead' align='Center'>#RWEWH#</td><td class='SubHead' align='Center'>#DESCRIPTION#</td><td class='SubHead' align='Center'>#MIN#</td><td class='SubHead' align='Center'>#MAX#</td><td class='SubHead' align='Center'>#AVAILABLE#</td><td class='SubHead' align='Center'>#LIST#</td></tr>
It should work
ok I got that... how do I go about making a the default view (when the module is loaded) only show the grid without all the links between each item? Simular to a simple spreadsheet view?
Thanks
James
Previous template should show as simple grid. Is something wrong with it? What links do you mean?