You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ You can reference [here](http://allenfang.github.io/react-bootstrap-table/docs.h
125
125
| insertRow | Bool | Set true to enable row insertion on table. |
126
126
| deleteRow | Bool | Set true to enable row deletion on table. |
127
127
| search | Bool | Set true to enable search function on table. |
128
+
| multiColumnSearch | Bool | Set true to enable words search on multiple column function on table from a search box. |
128
129
| searchPlaceholder | String | The place holder on search text fields |
129
130
| keyField | String | Same as ```isKey``` in <TableHeaderColumn>|
130
131
| trClassName | String or Function | Assign the row(tr) class, accept string or function, if use function, will pass ```rowData``` and ```rowIndex``` params and should return string presented class. for examples:</br>**function trClassFormat(rowData,rowIndex){**</br> **return rowIndex%2==0?"tr-odd":"tr-even";**</br>**}**|
0 commit comments