mostafa272 / TableMakerforCSV

Table maker for CSV: A module for creating HTML tables from CSV files.
GNU General Public License v2.0
3 stars 0 forks source link

Remove Search #4

Open Schumi89 opened 6 years ago

Schumi89 commented 6 years ago

Is there anyway to remove the Search from top?

mostafa272 commented 6 years ago

@Schumi89 Hi, go to folder of this module, then open default.php in tmpl folder. Find following code and remove it (The code should be at line 58). That's it.

echo '<input type="text" id="csvlookup" onkeyup="lookuptable('.$row_num.')" placeholder="Search for ..."><br/>';

AlainRnet commented 4 years ago

Could you add an option to enable, respectively disable, the search option?