Databases Reference
In-Depth Information
Editing the next row
Sequential editing is possible on tables that have a primary key on an integer
column. Our author table meets the criteria. Let us see what happens when we start
editing the row having the id value 1 :
The editing panel appears, and we can edit author number 1 . However, in the drop-
down menu, the Edit next row choice is available. If chosen, the next author—the
irst one whose primary key value is greater than the current primary key value—
will be available for edit.
Inline row editing
Version 3.4 introduces inline row editing, that is, keeping in view the other rows of
the results set while editing. This feature is available if $cfg['AjaxEnable'] is set to
true , via either config.inc.php or the user preferences. Clicking on Inline Edit for
a row shows the following dialog:
 
Search WWH ::




Custom Search