Dennis Hernández e65c6e6ada Fix #2205 9 年之前
..
README.md e65c6e6ada Fix #2205 9 年之前
bootstrap-table-multiple-search.js e65c6e6ada Fix #2205 9 年之前
extension.json a7efa4856b Added extensions files 10 年之前

README.md

Table Multiple Search

Use Plugin: bootstrap-table-multiple-search

Usage

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

Options

multipleSearch

  • type: Boolean
  • description: Set to true if you want to search by multiple columns. For example: if the user puts: "526 table" we are going to split that string and then we are going to search in all columns in the boostrap table.
  • default: false

delimeter

  • type: String
  • description: Configure the delimeter of the multiple search
  • default: (whitespace)