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: docs/_i18n/en.yml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
pages:
2
+
home:
3
+
title: "Bootstrap Table"
4
+
lead: "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features."
5
+
sub_title: "Designed for Twitter Bootstrap"
6
+
sub_lead: "Bootstrap table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich."
7
+
download: "Download"
8
+
current_version: "Current version:"
2
9
getting_started:
3
10
title: "Getting started"
4
11
lead: "An overview of Bootstrap Table, how to download and use, basic templates, and more."
@@ -13,4 +20,10 @@ pages:
13
20
lead: "The extensions of bootstrap table."
14
21
faq:
15
22
title: "FAQ"
16
-
lead: "Frequently Asked Questions."
23
+
lead: "Frequently Asked Questions."
24
+
donate:
25
+
title: "Donate"
26
+
lead: "If you like Bootstrap Table, if your project uses Bootstrap Table, if you want Bootstrap Table do better..."
Copy file name to clipboardExpand all lines: docs/_i18n/en/documentation/methods.md
+28-31Lines changed: 28 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,70 +22,77 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
22
22
<td>getOptions</td>
23
23
<td>none</td>
24
24
<td>Return the options object.</td>
25
+
<td>getOptions</td>
25
26
</tr>
26
27
<tr>
27
28
<td>getSelections</td>
28
29
<td>none</td>
29
30
<td>Return selected rows, when no record selected, am empty array will return.</td>
31
+
<td>getSelections</td>
30
32
</tr>
31
33
<tr>
32
34
<td>getAllSelections</td>
33
35
<td>none</td>
34
-
<td>Return selected rows in all pages, when no record selected, am empty array will return.</td>
36
+
<td>Return all selected rows contain search or filter, when no record selected, am empty array will return.</td>
37
+
<td>getAllSelections</td>
35
38
</tr>
36
39
<tr>
37
40
<td>getData</td>
38
41
<td>useCurrentPage</td>
39
-
<td>Get the loaded data of table at the moment that this method is called. If you set the useCurrentPage to true the method will return the data in the current page</td>
42
+
<td>Get the loaded data of table at the moment that this method is called. If you set the useCurrentPage to true the method will return the data in the current page.</td>
43
+
<td>getData</td>
44
+
</tr>
45
+
<tr>
46
+
<td>getRowByUniqueId</td>
47
+
<td>id</td>
48
+
<td>
49
+
Get data from table, the row that contains the id passed by parameter.
50
+
</td>
51
+
<td>getRowByUniqueId</td>
40
52
</tr>
41
53
<tr>
42
54
<td>load</td>
43
55
<td>data</td>
44
56
<td>Load the data to table, the old rows will be removed.</td>
57
+
<td>load</td>
45
58
</tr>
46
59
<tr>
47
60
<td>append</td>
48
61
<td>data</td>
49
62
<td>Append the data to table.</td>
63
+
<td>append</td>
50
64
</tr>
51
65
<tr>
52
66
<td>prepend</td>
53
67
<td>data</td>
54
68
<td>Prepend the data to table.</td>
69
+
<td>prepend</td>
55
70
</tr>
56
71
<tr>
57
72
<td>remove</td>
58
73
<td>params</td>
59
74
<td>
60
75
Remove data from table, the params contains two properties: <br>
61
76
field: the field name of remove rows. <br>
62
-
values: the array of values for rows which should be removed. <br>
### Export extension does not support unicode characters?
31
+
---
32
+
33
+
### How can I support development of bootstrap-table?
34
+
35
+
All your ideas and feedback are very appreciated! Please feel free to open issues on GitHub or send me email.
32
36
33
-
The extension is using the Plugin: [tableExport.jquery.plugin](https://github.com/kayalshri/tableExport.jquery.plugin), because this plugin has [this same problem](https://github.com/carlo/jquery-base64/issues/1), so it doesn't belong to the category of the bootstrap-table, but I think we can try to use this: [jquery.base64.js](https://gist.github.com/wenzhixin/09e218c884f4f380b68a) to replace the base64 plugin.
37
+
I'm also grateful for your donations: <ahref="donate">{% t pages.donate.title %}</a>
<p>Designed and built with all the love in the world by <ahref="https://github.com/wenzhixin" target="_blank">@wenzhixin</a>.</p>
6
+
<p>Maintained by <ahref="https://github.com/wenzhixin" target="_blank">@wenzhixin</a> with the help of <ahref="https://github.com/wenzhixin/bootstrap-table/graphs/contributors" target="_blank">our contributors</a>.</p>
7
+
<p>Code licensed under <ahref="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <ahref="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
Copy file name to clipboardExpand all lines: docs/_i18n/es.yml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
pages:
2
+
home:
3
+
title: "Bootstrap Table"
4
+
lead: "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features."
5
+
sub_title: "Designed for Twitter Bootstrap"
6
+
sub_lead: "Bootstrap table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich."
7
+
download: "Download"
8
+
current_version: "Current version:"
2
9
getting_started:
3
10
title: "Iniciar con Bootstrap-table"
4
11
lead: "Una visión de Bootstrap Table, cómo descargarlo, usarlo, templates básicos, y más."
@@ -13,4 +20,10 @@ pages:
13
20
lead: "Extensiones de bootstrap table."
14
21
faq:
15
22
title: "FAQ"
16
-
lead: "Preguntas frecuentes."
23
+
lead: "Preguntas frecuentes."
24
+
donate:
25
+
title: "Donate"
26
+
lead: "If you like Bootstrap Table, if your project uses Bootstrap Table, if you want Bootstrap Table do better..."
Copy file name to clipboardExpand all lines: docs/_i18n/es/documentation/methods.md
+9-20Lines changed: 9 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,15 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
31
31
<tr>
32
32
<td>getData</td>
33
33
<td>useCurrentPage</td>
34
-
<td>Retorna los datos cargados en la tabla en el momento que se llama este método. Si se setea useCurrentPage a true se devolverá los datos mostrados en la página
35
-
actual</td>
34
+
<td>Retorna los datos cargados en la tabla en el momento que se llama este método. Si se setea useCurrentPage a true se devolverá los datos mostrados en la página actual.</td>
35
+
</tr>
36
+
<tr>
37
+
<td>getRowByUniqueId</td>
38
+
<td>id</td>
39
+
<td>
40
+
Se obtiene el dato de la tabla que contiene el id pasado por parámetro<br>
0 commit comments