Allow conditionally specify columns(9b748df) #1319(338424f) Allow date filter to filter string value, react-bootstrap-table will convert string to Date(63a022a) v3.3.6 (2017-05-19) Bug fixes Fixed ExpandComponent.js:47 Uncaught TypeError: Cannot read property 'className' of undefined(5618342...
Fixed Cannot read property 'type' of null Error in TableHeaderColumns when having dynamic columns(1741487) Enhancement if options.hideSizePerPage is true, will not render dropdown anymore instead of hidden(ea89bf8) v4.3.0 (2017-12-12) Bug fixes Fixed passing wrong key for custom prePage, ...
// Creates a wrapper for a series of columns .make-row(@gutter: @grid-gutter-width) { // Then clear the floated columns .clearfix(); @media (min-width: @screen-sm-min) { margin-left: (@gutter/ -2); margin-right: (@gutter/ -2); } // Negative margin nested rows out to ...
@grid-columns: 12; @grid-gutter-width: 30px; @grid-float-breakpoint: 768px; mixin mixin 用来和栅格变量一同使用,为每个列(column)生成语义化的 CSS 代码。 // Creates a wrapper for a series of columns .make-row(@gutter: @grid-gutter-width) { // Then clear the floated columns .clearfix...