Actions
Feature proposal #6283
closedReplace checkbox/radio column usage with Bootstrap
Description
Currently the checkbox/radio column and rows are just an HTML table. This should become a Bootstrap grid usage, which will also properly make it responsive.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1152
In addition to being Bootstrap it has additional functionality. Before if you specified Rows then Cols was ignored, but you can utilize either/or/both now. For example Rows set to 2 and Cols set to 3 will fit the items into 2 separate div rows with 3 columns per row (it overflows fine so if you've more than 3 cols worth of data it's fine). Each row and column also has a CSS class corresponding to its row or column count so they can be styled nicely. It is also completely responsive now as well.
Actions