Open PeterKawa opened 12 months ago
The workaround is to put a space between the quotes in the name
field: ' '
vs ''
. See #115.
The fix is in place in the latest version of flex-table-card.js
in the repo, so alternatively you could grab that if you like, especially if you want to use any HTML in the name
field. It has not been packaged into a release yet for some reason, but hopefully will be soon.
I assume this means that the fix will repair this (as any HTML in the name breaks the card).
- name: <div title="Games Played">GP</div>
I posted this in the HA here
@kbrown01: Yes, it is related to the column sorting feature and is fixed in the master
branch. You can grab it from there if you need it quickly.
@daringer: Any chance of a new release to get this hotfix #116 out?
jup jup, thanks for fixing that, will try to test & release today
Hi,
Since version v0.7.4 I get this error in lovelace cards where i use flex-table-card in combination with auto-entities card:
cannot set properties of null (setting 'onclick')
When I install v0.7.3 again there's no error whatsoever.YAML of one such card:
Screenshot of error:
When editing the card, it shows no error at the bottom, but the preview on the right only shows an alert:
Thanks in advance, Peter