Improve Manage_Table : search button if modify or delete is on the left

This commit is contained in:
sparkyx 2023-10-14 13:44:14 +02:00
parent 479306c564
commit 9d92671ed1

View file

@ -824,8 +824,10 @@ function check()
}
$nb_order=count($this->a_order);
$virg=""; $result="";
// filter only on visible column
$visible=0;
$visible=($this->icon_mod=='left')?1:0;
$visible=$visible+( ($this->icon_del=='left')?1:0);
for ($e=0; $e<$nb_order; $e++)
{
if ($this->get_property_visible($this->a_order[$e])==TRUE)