[vz-dev] Falsche Darstellung von Kanälen

Andreas Goetz cpuidle at gmail.com
Sat Sep 24 19:06:58 CEST 2016


Einfach wenn es irgendwo einen Wert gibt, analog für Kosten:

/**
 * Post-update entity list after adding/ removing/ updating entities
 *
 * @todo move to Entity class
 */
vz.entities.updateTableColumnVisibility = function() {
	// hide costs if empty for all rows
	$('.cost').css({
		display: ($('tbody .cost').filter(function() {
								return (+$(this).data('cost') || 0) > 0;
						 }).get().length === 0) ? 'none' : ''
	});
	// hide total consumption if empty for all rows
	$('.total').css({
		display: ($('tbody .total').filter(function() {
								return (+$(this).data('total') || 0) > 0;
						 }).get().length === 0) ? 'none' : ''
	});
};

Viele Grüße, Andreas

> On 24 Sep 2016, at 15:53, Bernd Gewehr <bernd at gewehr.net> wrote:
> 
> Hallo, Andreas,
> 
> ja, ist es.
> 
> Ich wollte mal versuchen, alle Daten zu löschen. Vielleicht steckt da der Teufel im Detail.
> Ich fange jetzt wieder an, mich drum zu kümmern.
> 
> Was mir helfen könnte: Nach welcher Regel wird die Spalte "gesamt" eingeblendet?
> 
> Gruß Bernd
> 
> 
> 
> 
> Mit den besten Grüßen
> 
> Bernd Gewehr
> 
> Burgstr. 45F <x-apple-data-detectors://0/0>
> 45289 Essen <x-apple-data-detectors://0/0>
> 02014784606 <tel:02014784606>
> 015209328236 <tel:015209328236>Am 23.09.2016 um 19:11 schrieb Andreas Goetz <cpuidle at gmail.com <mailto:cpuidle at gmail.com>>:
> 
>> Hi Bernd, Thema noch aktuell?
>> 
>> Viele Grüße, Andreas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-dev/attachments/20160924/cfe8e1d4/attachment.html>


More information about the volkszaehler-dev mailing list