Used ajax responce for render html output
This commit is contained in:
parent
2ce0beec90
commit
5630e9b40e
@ -522,7 +522,7 @@ if (count($columns) > 0) {
|
||||
} // end if (we have columns in this table)
|
||||
|
||||
// Render HTML output
|
||||
echo $html_output;
|
||||
PMA_Response::getInstance()->addHTML($html_output);
|
||||
|
||||
/**
|
||||
* Generate dropdown choices
|
||||
|
||||
Loading…
Reference in New Issue
Block a user