R. van Twisk
R. van Twisk
delock, I am using something like this: ``` {{col | fieldToHeader:true}} ``` And it works fine for me, is this what you want?
You can use this : https://github.com/rvt/mdDataTable/commit/627bb8b5449cadb600836481fa7d2327060d8aac see clicked-row-callback For Example: `clicked-row-callback="$ctrl.rowClicked(rowId)"` In code: ``` self.rowClicked = function (rowId) { ..... }; ```
Hello iamisti, currently this doesn;t work if for example you set a row variable from enabled to disabled because of the way this implemented. If you create your row classname...
I agree with papaiatis, transition with only state changes without color mentioning does not work.
I am working on a version with different way to handle transitions and allow to add more transitions easily. However, I am changing a lot of thing quite a bit....
quick update: I have everything working now except one transition I need for myself (5 minute or more slow transition between two color states).
Here is a branch where this issue is solved https://github.com/rvt/Arilux_AL-LC0X/tree/redesign Note: It´s not a drop-in replacement because color model is changed from RGB to HSB and some things are changed...
Isn´t this something mutt can handle?
In the end I decided to create this. The idea is that if mqtt is not available it will use the EEPROM value, otherwise the mqtt value. It will only...
If you have the device connected on a switch then eeprom would be a good idea. If not, I still believe it’s a good idea for savety reasons to have...