Changes between Version 2 and Version 3 of Ticket #29881, comment 29
- Timestamp:
- 06/13/2015 06:07:19 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29881, comment 29
v2 v3 1 1 I've attached a patch which is a potential solution to repeating all of `single_row_columns()`'s code several times. 2 2 3 `handle_row_actions()` is hard-coded into the overrides, so maybe a `single_row_column()` method could exist which accepts attributes and the column value as its arguments.3 `handle_row_actions()` is hard-coded into the overrides, so maybe a `single_row_column()` method could exist which contains all the column logic without the `<td>` container.