paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 538 forks source link

Add a configurable search button #94

Closed cornelinux closed 7 years ago

cornelinux commented 11 years ago

Hi, now I added the configurable search button. Default will be off. If added searchbutton=true, it will be displayed.

Kind regards Cornelius

In some circumstances (browser, website) using enter to trigger the search leads to side effects. So having a button to trigger the search is easier.

The searchbutton can be activated with searchbutton : true

The text of the searchbutton can be set with searchtext : "Search"