Make one column fixed with horizontal scroll using Bootstrap?
问题 Assuming I have the following: <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>#</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> /* ... more table headers */ </tr> </thead> <tbody> <tr> <td>ID 1</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> </tr> <tr> <td>ID 2</td> <td>Table cell</td> <td>Table cell</td> <td