File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " dynamictable" ,
33 "widgetName" : " DynamicTable" ,
4- "version" : " 1.3.1 " ,
4+ "version" : " 1.3.2 " ,
55 "description" : " Dynamic (Tree) Table for Mendix" ,
66 "copyright" : " Jelte Lagendijk 2019" ,
77 "author" : " Jelte Lagendijk <jelte.lagendijk@mendix.com>" ,
Original file line number Diff line number Diff line change @@ -451,12 +451,12 @@ This helper should contain the following reference SETS: to Column and to Row. I
451451 <enumerationValue key =" double" >Double</enumerationValue >
452452 </enumerationValues >
453453 </property >
454- <property key =" eventColumnOnClickMf" type =" microflow" required =" false" entityProperty =" entryEntity " >
454+ <property key =" eventColumnOnClickMf" type =" microflow" required =" false" entityProperty =" columnEntity " >
455455 <caption >Column click Microflow</caption >
456456 <description ></description >
457457 <returnType type =" Void" />
458458 </property >
459- <property key =" eventColumnOnClickNf" type =" nanoflow" required =" false" entityProperty =" entryEntity " >
459+ <property key =" eventColumnOnClickNf" type =" nanoflow" required =" false" entityProperty =" columnEntity " >
460460 <caption >Column click Nanoflow</caption >
461461 <description ></description >
462462 <returnType type =" Void" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule name =" DynamicTable" version =" 1.3.1 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3+ <clientModule name =" DynamicTable" version =" 1.3.2 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
44 <widgetFiles >
55 <widgetFile path =" DynamicTable.xml" />
66 </widgetFiles >
You can’t perform that action at this time.
0 commit comments