Follow-Up : list with a filter
This commit is contained in:
parent
01489d7aae
commit
39eb388b0b
1 changed files with 2 additions and 1 deletions
|
|
@ -28,9 +28,10 @@ if (empty ($array)) {
|
|||
return;
|
||||
}
|
||||
$idx=0;
|
||||
echo \HtmlInput::filter_table("view_list_tb", "0,1,2,3,4,5", 1);
|
||||
?>
|
||||
|
||||
<table class="result">
|
||||
<table class="result" id="view_list_tb">
|
||||
<thead>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue