--- layout: docs title: Table Multiple Search description: Table Multiple Search extension of Bootstrap Table. group: extensions toc: true --- Use Plugin: [bootstrap-table-multiple-search](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search) ## Usage {% highlight html %} {% endhighlight %} ## Options ### multipleSearch - **type:** `Boolean` - **Detail:** 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` - **Detail:** Configure the delimeter of the multiple search - **Default:** `''`