Leon Gal
Leon Gal
You can create multi header by adding multiple tags inside table header and using colSpan property. And the result is: 
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...