task #0000832: Filtrage simple de table
Ajout pour les utilisateurs, dossier, modèles, balances (PRINTBAL), rapprochements bancaires(FREC)
This commit is contained in:
parent
524bbfb161
commit
647822c9ee
11 changed files with 92 additions and 26 deletions
|
|
@ -713,4 +713,13 @@ class HtmlInput
|
|||
return $sel;
|
||||
}
|
||||
}
|
||||
static function filter_table($p_table_id,$p_col,$start_row)
|
||||
{
|
||||
$r= "
|
||||
<form style=\"display:inline\">
|
||||
<input class=\"input_text\" name=\"filter\" onkeyup=\"filter_table(this, '$p_table_id','$p_col',$start_row )\" type=\"text\">
|
||||
</form>
|
||||
";
|
||||
return $r;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue