bulk-editing.php
4 days ago
conditional-format.php
4 days ago
custom-field.php
4 days ago
export-disabled.php
4 days ago
export.php
4 days ago
filtering.php
4 days ago
inline-editing.php
4 days ago
metrics.php
4 days ago
serialized.php
4 days ago
smart-filtering.php
4 days ago
sorting-include-empty.php
4 days ago
sorting.php
4 days ago
metrics.php
21 lines
| 1 | <template id="doc-metrics"> |
| 2 | <h3> |
| 3 | <?= __('Metrics', 'codepress-admin-columns'); ?> |
| 4 | </h3> |
| 5 | <p> |
| 6 | <?= __( |
| 7 | 'With Metrics, you can add a calculation row to a column in the list table.', |
| 8 | 'codepress-admin-columns' |
| 9 | ); ?> |
| 10 | </p> |
| 11 | <p> |
| 12 | <?= __( |
| 13 | 'This row performs quick calculations on the paginated values, giving you instant insights without exporting your data.', |
| 14 | 'codepress-admin-columns' |
| 15 | ); ?> |
| 16 | |
| 17 | </p> |
| 18 | <img src="<?= esc_url( |
| 19 | $this->url . '/assets/images/tooltip/metric-row.png' |
| 20 | ) ?>" alt="Metrics" style="border:1px solid #ddd;"> |
| 21 | </template> |