Skip to content

Instantly share code, notes, and snippets.

@mkubala
Created September 24, 2012 09:02
Show Gist options
  • Save mkubala/3775028 to your computer and use it in GitHub Desktop.
Save mkubala/3775028 to your computer and use it in GitHub Desktop.
<component type="grid" ...>
<option type="column" width="100" name="number" fields="product" expression="#product['number']" link="true" />
<option type="column" width="200" name="name" fields="product" expression="#product['name']" link="true" />
<option type="column" width="100" name="quantity" fields="quantity" />
<option type="column" width="70" name="unit" fields="product" expression="#product['unit']" link="false" />
<!-- koniec listy kolumn, pozostałe opcje pominięte -->
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment