avoid error when number of columns in table definition has been increased
This commit is contained in:
		
							parent
							
								
									bfd628e434
								
							
						
					
					
						commit
						9c5a3ba263
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ | ||||||
|               tal:attributes="class string:${column/baseField/cssClass|string:}"> |               tal:attributes="class string:${column/baseField/cssClass|string:}"> | ||||||
|             <input type="text" style="width: auto" |             <input type="text" style="width: auto" | ||||||
|                    tal:define="cname column/name" |                    tal:define="cname column/name" | ||||||
|                    tal:attributes="value row/?cname; |                    tal:attributes="value row/?cname|nothing; | ||||||
|                                    name string:$name.$cname:records; |                                    name string:$name.$cname:records; | ||||||
|                                    style string:width: ${column/baseField/width|string:auto};" /></td> |                                    style string:width: ${column/baseField/width|string:auto};" /></td> | ||||||
|         </tr> |         </tr> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue