Jacob Pihl
Results
1
comments of
Jacob Pihl
Hi! If you can get the "if small screen" condition into a variable you can do ``` @if (!screenIsSmall) { .... } ``` Then the column won't be shown on...