<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=GRID_resizing</id>
	<title>GRID resizing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=GRID_resizing"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=GRID_resizing&amp;action=history"/>
	<updated>2026-04-05T17:03:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=GRID_resizing&amp;diff=109&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=GRID_resizing&amp;diff=109&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=GRID_resizing&amp;diff=108&amp;oldid=prev</id>
		<title>Smtxwiki at 15:40, 21 November 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=GRID_resizing&amp;diff=108&amp;oldid=prev"/>
		<updated>2018-11-21T15:40:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When using the Grid field type, you have no control on the width of the column, the width is spread out relatively.&lt;br /&gt;
So with 4 columns, each column gets 25%.&lt;br /&gt;
&lt;br /&gt;
To overrule this, apply a class to the &amp;#039;value&amp;#039; of the field.&lt;br /&gt;
example: Grid3Columns&lt;br /&gt;
&lt;br /&gt;
then add the class into the customer.css.&lt;br /&gt;
We will set the width of column 2 to 100 pixel and of the third column to 200 pixels.&lt;br /&gt;
the first column is not defined and will take the remaining width.&lt;br /&gt;
&lt;br /&gt;
    .Grid3Columns table colgroup col:nth-child(2) {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
     }&lt;br /&gt;
    .Grid3Columns table colgroup col:nth-child(3) {&lt;br /&gt;
    width: 200px;&lt;br /&gt;
     }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the first row, child(2) sets the width for the second column to 100 px.&lt;br /&gt;
&lt;br /&gt;
Another example with 9 columns:&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(1) {   width: 100px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(2) {   width: 150px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(3) {   width: 100px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(4) {   width: 150px;}&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(5) {   width: 120px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(6) {   width: 100px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(7) {   width: 160px; }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(8) {   width: 120px;  }&lt;br /&gt;
    .Grid9Columns table colgroup col:nth-child(9) {   width: 150px; }&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>