Editable Coloumns
-
So the editable columns doesn’t seem to be working as expected. It does hide the save button but double clicking on the fields still enables the input text field and the delete column is still visible?? My code:
add_db_table_editor(array(
‘title’=>’CSE’,
‘table’=>’old_cse’,
‘id’=>’old_course_enrollments’,
‘id_column’=>’E_ID’,
‘sql’ => ‘SIMPLE SELECT QUERY’,
‘noedit_columns’=>’E_ID’,
‘columnNameMap’=>Array(‘E_ID’=>’ID’),
‘auto_height’=>true,
‘editcap’=>’edit_others_posts’,));
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Editable Coloumns’ is closed to new replies.