react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.26k stars 431 forks source link

Error in react-bootstrap-table-next #1623

Open josephkannatraj opened 3 years ago

josephkannatraj commented 3 years ago

Hi there, I am facing an issue on 'react-bootstrap-table-next'

I'm using recent versions "react-bootstrap-table-next": "^4.0.3"

TypeError: can't access property "filter", props.columns is undefined BootstrapTableContainer .../node_modules/react-bootstrap-table-next/lib/src/contexts/index.js:96

    93 |   props.registerExposedAPI(exposedAPIEmitter);
    94 | }
    95 | 
    > 96 | if (props.columns.filter(function (col) {
       | ^  97 |   return col.sort;
    98 | }).length > 0) {
    99 |   _this.SortContext = (0, _sortContext2.default)(_operators2.default, _this.isRemoteSort, _this.handleRemoteSortChange);
smk2018 commented 3 years ago

Hello, I am facing the same issue. Do you konw how to fix it?