Maargali Technologies
Results
1
issues of
Maargali Technologies
i am trying to implement remote filter, and following below documentation to implement.. https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Remote&selectedStory=Remote%20Filter&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel my code. const columns = [{ dataField: 'vhRegNo', text: 'Vehicle Number', sort: true, filter: textFilter() },...