Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-bootstrap-table2-filter

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-table2-filter - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

package.json
{
"name": "react-bootstrap-table2-filter",
"version": "1.2.0",
"version": "1.3.0",
"description": "it's a column filter addon for react-bootstrap-table2",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -333,1 +333,27 @@ # react-bootstrap-table2-filter

* MULTISELECT
### Position
Default filter is rendered inside the table column header, but you can choose to render them as a row by `filterPosition`:
#### Render in the top of table body
```js
<BootstrapTable
keyField='id'
data={ products }
columns={ columns }
filter={ filterFactory() }
filterPosition="top"
/>
```
#### Render in the bottom of table body
```js
<BootstrapTable
keyField='id'
data={ products }
columns={ columns }
filter={ filterFactory() }
filterPosition="bottom"
/>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc