mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
43 lines
737 B
JSON
43 lines
737 B
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"about",
|
|
"getting-started",
|
|
"migration"
|
|
],
|
|
"Basic Usage": [
|
|
"basic-row",
|
|
"basic-column",
|
|
"basic-sort",
|
|
"basic-row-select",
|
|
"basic-filter",
|
|
"basic-celledit",
|
|
"basic-pagination"
|
|
],
|
|
"Remote Table": [
|
|
"basic-remote",
|
|
"overlay"
|
|
]
|
|
},
|
|
"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"
|
|
],
|
|
"Column Filter Definition": [
|
|
"filter-props"
|
|
]
|
|
}
|
|
}
|