agrogeophy / catalog

A platform putting together a database/catalog of agrogeophysical studies in order to boost future research
https://agrogeophy.github.io/catalog/
Apache License 2.0
2 stars 2 forks source link

Search bar for bootstrap table not showing up #2

Closed BenjMy closed 3 years ago

BenjMy commented 3 years ago

A global search bar is needed to search within all the table lines.

In the _tablegeophy.php file, option data-search="true" is not working since the search bar is not showing up. Certainly a Js Bootstrap library incompatibility or wrong relative position as when deactivating data-show-export and data-show-columns it is working...

<table id="result-table" data-url="populate_table.php" data-show-export="true" data-height="560" data-show-columns="true" class="table table-striped table-bordered" data-search="true" data-filter-control="true" data-filter-show-clear="true">

BenjMy commented 3 years ago

Solved after jam stack implementation. This will be apparent in the new release V1. See issue: https://github.com/agrogeophy/catalog/issues/3#issue-778010309 Thanks @sagitta1618 !