Leon Gal

Results 2 comments of Leon Gal

You can create multi header by adding multiple tags inside table header and using colSpan property. And the result is: ![image](https://github.com/react-bootstrap-table/react-bootstrap-table2/assets/47646575/a3874142-013b-4380-b2de-f080e4b3c4e6)

Code: `function BasicExample() { return ( Personal Other # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat ); }` Haven't tried filtering and sorting, I...