Table with only Two Columns

Discuss MySQL Ajax Table Editor Paid Version

Table with only Two Columns

Postby lowjumpingfrog » Wed Sep 12, 2012 1:47 am

It seems that a table with only two columns like so:
Code: Select all
      $tableColumns['id'] = array('display_text' => 'ID', 'perms' => 'ETVQSFXO');
      $tableColumns['file_name'] = array('display_text' => 'Image', 'perms' => 'EVCAXTQSFHO',
         'file_upload' => array('upload_fun' => array(&$this,'handleUpload')),
         'table_fun' => array(&$this,'formatImage'), 'view_fun' => array(&$this,'formatImage')
      );

Does not work. There seems to be a problem in building the $sets array. It seems to only work if there is another column in the table.
lowjumpingfrog
 
Posts: 9
Joined: Thu Jun 21, 2012 2:24 am

Return to Paid Version

Who is online

Users browsing this forum: No registered users and 5 guests

cron