Ymberê Xavier

Results 6 comments of Ymberê Xavier

Hi the `import 'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css'` it's not necessary, but the missing sort icons seem to be a bug, I didn't found the root cause yet, but you can use this workaround...

Could you provide a code sandbox with your implementation?

@muhammad-ihsan I could not see any problems in your code, this seems to be an issue with the toolkit provider. When you toggle the dropdown the component re-renders, causing the...

Hi @jchirschy, the sort functions seem to be working properly, I have created an example so you can test it. Check the console and you can notice the functions are...

Hi, @thuythao1912 I think that you are having some issues with your CSS, you can look at the example below, I think that's the way you want the header of...

Yes, I think that what you are looking for is [Row formatter](https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/column-props.html#columnformatter-function). This is a minimum example using it [![Edit column-sort-test](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/column-sort-test-iiiu4?fontsize=14&hidenavigation=1&theme=dark)