if (is_a($this, \core_table\dynamic::class)) {
$sortdata = $this->get_sort_order();
return html_writer::start_tag('div', [
+ 'class' => 'table-dynamic position-relative',
'data-region' => 'core_table/dynamic',
'data-table-handler' => $this->get_handler(),
'data-table-component' => $this->get_component(),
text-align: left;
caption-side: top; }
+.table-dynamic .loading-icon {
+ position: absolute;
+ left: calc(50% - 1.5rem);
+ top: 200px; }
+ .table-dynamic .loading-icon .icon {
+ height: 3rem;
+ width: 3rem;
+ font-size: 3rem; }
+
.singlebutton {
display: inline-block; }
.singlebutton + .singlebutton {
text-align: left;
caption-side: top; }
+.table-dynamic .loading-icon {
+ position: absolute;
+ left: calc(50% - 1.5rem);
+ top: 200px; }
+ .table-dynamic .loading-icon .icon {
+ height: 3rem;
+ width: 3rem;
+ font-size: 3rem; }
+
.singlebutton {
display: inline-block; }
.singlebutton + .singlebutton {