doc
authorIvan Kohler <ivan@freeside.biz>
Sun, 3 Mar 2013 07:32:20 +0000 (23:32 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 3 Mar 2013 07:32:20 +0000 (23:32 -0800)
httemplate/elements/select-table.html

index c0cd7a5..42e91f0 100644 (file)
@@ -8,7 +8,7 @@ Example:
     # required
     ##
     'table'          => 'table_name',
-    'name_col'       => 'name_column',
+    'name_col'       => 'name_column', #or method if you pass an order_by
    
     #strongly recommended (you want your forms to be "sticky" on errors, right?)
     'curr_value'     => 'current_value',