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
Stellen Sie sicher, dass Sie auch die JS/CSS-Dateien von Bootstrap in Ihr Projekt einbinden, damit AvalynxDataTable korrekt angezeigt wird.
@@ -134,6 +134,7 @@ new AvalynxDataTable("avalynx-datatable", {
134
134
apiUrl:"result.php",
135
135
perPage:10,
136
136
search:"",
137
+
breakpoint:"md",
137
138
sorting: {
138
139
"name":"asc",
139
140
"age":"desc"
@@ -275,6 +276,7 @@ AvalynxDataTable ermöglicht die folgenden Optionen zur Anpassung:
275
276
-`listPerPage` (array): Die Liste der Optionen für das Pro-Seite-Dropdown (Standard: `[10, 25, 50, 100]`).
276
277
-`perPage` (number): Die anfängliche Anzahl der Elemente pro Seite (Standard: `10`).
277
278
-`className` (string): Die CSS-Klassen, die auf die Tabelle angewendet werden sollen (Standard: `'table table-striped table-bordered table-responsive'`).
279
+
-`breakpoint` (string): Bootstrap-Breakpoint für das Top/Bottom-Layout (`flex-{breakpoint}-row`, Standard: `'md'`).
278
280
-`paginationPrevNext` (boolean): Ob die Vorherige- und Nächste-Buttons in der Pagination angezeigt werden sollen (Standard: `true`).
279
281
-`paginationRange` (number): Die Anzahl der Seiten, die auf jeder Seite der aktuellen Seite in der Pagination angezeigt werden sollen (Standard: `2`).
280
282
-`loader` (object): Eine Instanz von AvalynxLoader, die als Loader für die Tabelle verwendet werden soll (Standard: `null`).
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "avalynx-datatable",
3
3
"title": "AvalynxDataTable",
4
4
"description": "AvalynxDataTable is a simple, lightweight, and customizable datatable for the web. Based on Bootstrap >=5.3 without any framework dependencies.",
0 commit comments