Support editable.readOnly for TableHeaderColumn, which is helpful if you want this field can be edited on insert but not on cell editing(8729faf) v3.1.5 (2017-04-01) Bug fixes Fix tab broke if encounter non editable or hidden cell(ca7a9dd) Avoid the horizontal scrollbar appear when re...
Assign maxHeight to set a max height of table. Allow to customize confirmation for row deletion(eb21ec8) function customConfirm(next){ if (confirm("(It's a custom confirm function)Are you sure you want to delete?")){ //If the confirmation is true, call the function that //continues...
Hi, has anyone manage to implement an infinite scroll / lazy loading feature so that the table only loads say 100 records at first then as you scroll down near the bottom of the 100 rows it sends an ajax request for the next 100? Thanks Simon 👍 3 ...
React Bootstrap Table search React Bootstrap Textarea React Bootstrap Sidebar React Bootstrap Profiles React Bootstrap Nested Dropdown React Bootstrap Address Form React Scroll Back to Top button React Product Cards React Avatar React Carousel Slider with Thumbnails React Chat React Comparison table Re...
import Navbar from 'react-bootstrap/Navbar'; import NavDropdown from 'react-bootstrap/NavDropdown'; import 'bootstrap/dist/css/bootstrap.min.css'; import { Link } from "react-router-dom"; function NavScrollExample() { return ( <div> <Navbar expand="lg" className="bg-body-tertiary"...
"mobx-restful-table": "^2.0.0-rc.1", "preact": "^10.20.2", "react-bootstrap": "^2.10.2", "react-bootstrap-editor": "^2.0.1", "react-editor-js": "^2.1.0", "react-router-class-tools": "^0.1.3", "react-router-dom": "^6.21.3", "web-utility": "^4.1.3" "rea...
Previewer should have a minHeight and vary in height depending on the lenght of the input text. Resizing featured mentioned above should cause scroll with overflow-auto when preview is made smaller by user change the image of matrix background to moving get .md from gitHub static file uplo...
Avoid the horizontal scrollbar appear when resize the window v3.1.4 (2017-04-01) Bug fixes Fix tab broke if encounter non editable or hidden cell(2f9ed93) Fix unalign issue if table become scrollable then non scrollable(af8b3c3) Enhancement selectRow.bgColor now support a callback function...