mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"about",
|
|
"getting-started",
|
|
"bootstrap4",
|
|
"migration"
|
|
],
|
|
"Basic Usage": [
|
|
"basic-row",
|
|
"basic-column",
|
|
"basic-sort",
|
|
"basic-row-select",
|
|
"basic-filter",
|
|
"basic-celledit",
|
|
"basic-pagination",
|
|
"basic-row-expand"
|
|
],
|
|
"Remote Table": [
|
|
"basic-remote",
|
|
"overlay"
|
|
],
|
|
"Table Toolkits": [
|
|
"toolkits-getting-started",
|
|
"basic-search",
|
|
"basic-export-csv"
|
|
]
|
|
},
|
|
"api": {
|
|
"Table Definition": [
|
|
"table-props"
|
|
],
|
|
"Column Definition": [
|
|
"column-props"
|
|
],
|
|
"Cell Editing Definition": [
|
|
"cell-edit-props"
|
|
],
|
|
"Pagination Definition": [
|
|
"pagination-props"
|
|
],
|
|
"Row Select Definition": [
|
|
"row-select-props"
|
|
],
|
|
"Row Expand Definition": [
|
|
"row-expand-props"
|
|
],
|
|
"Column Filter Definition": [
|
|
"filter-props"
|
|
],
|
|
"Search Definition": [
|
|
"search-props"
|
|
],
|
|
"Export to CSV Definition": [
|
|
"export-csv-props"
|
|
]
|
|
}
|
|
}
|