Skip to content

Commit f455c9e

Browse files
committed
Update docs and dist.
1 parent a22af30 commit f455c9e

File tree

59 files changed

+242
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+242
-68
lines changed

dist/bootstrap-table.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/editable/bootstrap-table-editable.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/export/bootstrap-table-export.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/filter/bootstrap-table-filter.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/flatJSON/bootstrap-table-flatJSON.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* bootstrap-table - v1.4.0 - 2014-11-21
3+
* https://github.com/wenzhixin/bootstrap-table
4+
* Copyright (c) 2014 zhixin wen
5+
* Licensed MIT License
6+
*/
7+
!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Čekejte, prosím…"},formatRecordsPerPage:function(a){return a+" položek na stránku"},formatShowingRows:function(a,b,c){return"Zobrazena "+a+". - "+b+". položka z celkových "+c},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"}})}(jQuery);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* bootstrap-table - v1.3.0 - 2014-10-16
2+
* bootstrap-table - v1.4.0 - 2014-11-21
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License
66
*/
7-
!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Indlæser, vent venligst…"},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"}})}(jQuery);
7+
!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Indlæser, vent venligst…"},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatRefresh:function(){return"Opdater"},formatToggle:function(){return"Skift"},formatColumns:function(){return"Kolonner"}})}(jQuery);

dist/locale/bootstrap-table-el-GR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.3.0 - 2014-10-16
2+
* bootstrap-table - v1.4.0 - 2014-11-21
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* bootstrap-table - v1.3.0 - 2014-10-16
2+
* bootstrap-table - v1.4.0 - 2014-11-21
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License
66
*/
7-
!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Loading, please wait…"},formatRecordsPerPage:function(a){return a+" records per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"}})}(jQuery);
7+
!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Loading, please wait…"},formatRecordsPerPage:function(a){return a+" records per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatColumns:function(){return"Columns"}})}(jQuery);

0 commit comments

Comments
 (0)