v4.4.0のレスポンシブコンテナの追加から最新の行と列の調整まで、グリッドシステムに段階的な変更を加えていくつかの問題は解決したが、新たに動作の不具合が見つかったので修正(一旦削除した make-container-max-widths mixinの復活、.row からflex: 1 0 100% の削除) v4.5.1 変更内容の詳細...
importReactfrom'react';importBootstrapTablefrom"react-bootstrap-table-next";import'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css';import{Container}from'reactstrap';constdata=[{id:1,name:"フシギダネ",type:"くさ/どく"},{id:2,name:"フシギソウ",type:"くさ/どく"},{id...