7 lines
180 B
Twig
7 lines
180 B
Twig
<td data-decimals="{{ data_decimals }}"
|
|
data-type="{{ data_type }}"
|
|
{# The null class is needed for grid editing #}
|
|
class="{{ classes }} null">
|
|
<em>NULL</em>
|
|
</td>
|