Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# core_table (subsystem) Upgrade notes
2
 
3
## 4.5
4
 
5
### Added
6
 
7
- A new `$reponsive` property (defaulting to `true`) has been added to the `\core_table\flexible_table` class.
8
  This property allows you to control whether the table is rendered as a responsive table.
9
 
10
  For more information see [MDL-80748](https://tracker.moodle.org/browse/MDL-80748)
11
 
12
### Changed
13
 
14
- The `\core_table\dynamic` class declares a new method `::has_capability()` to allow classes implementing this interface to perform access checks on the dynamic table.
15
  Note: This is a breaking change. All implementations of the `\core_table\dynamic` table interface _must_ implement the new `has_capability(): bool` method for continued functionality.
16
 
17
  For more information see [MDL-82567](https://tracker.moodle.org/browse/MDL-82567)