Skip to content

Extension to bootstrap table to enable searches on individual data fields

Notifications You must be signed in to change notification settings

tupto/bootstrap-table-field-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap-table-field-search

Extension to bootstrap-table to enable searches on individual data fields.

Usage

<script src="plugins/extensions/bootstrap-table-field-search.js"></script>

Options

searchFields

  • type: Object
  • description: Define search shortcuts and the fields they relate to.
  • example: { 'name': 'user_name' }
    • When "Name: Anne" is searched, only the user_name field is checked for the string "Anne"
  • default: null

About

Extension to bootstrap table to enable searches on individual data fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages