Manuel Schweigert
Manuel Schweigert
The point with parameter sets is that I have to repeat the logic in every command, which is something I wanted to avoid.
Yes, essentially a middleware that can specify options.
That would solve the specific problem, but would feel less elegant than defining a middleware because I'd still have unused parameters in every command definition, where it's not immediately clear...
I've stumbled over this, too, since the notes on the readme said that it should work.
I tried messing around a bit but couldn't get it to work so far, any ideas?
For the time being I have made a workaround, setting a list of templatenames to clean in the binding options. After line 126: ``` javascript if (typeof templateOptions.name == "function"...
This is currently a big issue for me as I can't change the data types of SingleSelect and MultiSelect columns, they are automatically assigned Text or NText, which makes it...