Files
web.ems/phpMyAdmin/templates/display/results/null_display.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

8 lines
230 B
Twig
Executable File

<td {{ align }}
data-decimals="{{ meta.decimals is defined ? meta.decimals : '-1' }}"
data-type="{{ meta.type }}"
{# The null class is needed for grid editing #}
class="{{ classes }} null">
<em>NULL</em>
</td>