Hello, Is there any way to have a Single Select where some of the items are disabled. (I.e, have the disabled attribute set on it). Do I have to get to the DOM and set it there?
Just giving the function as the first parameter to the search function in the table should work. function mySearchFunction(row) { if (shouldShowRow(row)) return row; return null; } [...]
Hi Tomas, Thanks for your response, and for the example! You have a point in that small CSHS might be easier to understand with the boundary events showing the flow but as your attachment show [...]
Hi, I would like to know if anyone have input on disadvantages or advantages for the “SPARK way” (none or a few script tasks, most/all functionality in the coach) to do the flow in [...]
Hi, The current documentation mentions that col could be a function: When the type is “number” this is the column to be searched or null for all columns. When type is [...]
Yes, the @bpm-text-color is set in the examples. The problem is that the color for Output Text is only effected in the theme editor and in the coach designer, not in the runtime. For Text fields [...]
Hi. The table.search() function allows the caller to specify either a single column or that the search should be globally in the table. We want to be able to search in some columns but not [...]
Hi, When changing the text color in the theme, the new color does not affect the label of Input fields and Output texts. The wanted color is shown both in the theme editor and in the [...]