Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GigaTables/reactables into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed May 14, 2017
2 parents 5c91413 + 3f0d70a commit 2bc8fa5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var settings = {
searchable: true, // true by defualt
discreteSearch: true, // false by default
discreteSearchValue: function (title) {
return 'Поиск по полю ' + title;
return 'Search in field ' + title;
}
},
{
Expand Down Expand Up @@ -252,10 +252,7 @@ var editor = {
{'key1': 'val1'},
{'key2': 'val2'}
],
type: 'checkbox', // select,checkbox,radio
// attrs: [
// {'multiple':true}
// ]
type: 'checkbox' // select,checkbox,radio
},
{
label: "Article title:",
Expand Down

0 comments on commit 2bc8fa5

Please sign in to comment.