<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Event list source and editing]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have two questions regarding the mango component ma-events-table.</p>
<p dir="auto">Our project has several data sources that are similar in data points. We created events for each individual data point on the sources.</p>
<p dir="auto">In the dashboard we would like to add the ma-events-table and show only events that are related to  event-type="'DATA_POINT'" and also related only to the needed data source.</p>
<p dir="auto">When setting event-type="'DATA_POINT'" we get to see all point events from all sources. And setting source-id shows events like sockets, but not points. Any suggestions how to configure ma-events-table so that we see the point event related to the source?</p>
<p dir="auto">And is it possible to edit ma-events-table columns that are being displayed?</p>
<p dir="auto">Have a nice day everyone.</p>
]]></description><link>https://forum.mango-os.com/topic/4556/event-list-source-and-editing</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 03:59:49 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4556.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Nov 2019 07:46:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Event list source and editing on Tue, 30 Mar 2021 08:02:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: Jared-Wiltshire">@<bdi>Jared-Wiltshire</bdi></a> Can you give a quick example on how to use CSS nth-child selector to hide a column? For example, how do you hide the Status column?</p>
<p dir="auto">BR,<br />
Ricardo</p>
]]></description><link>https://forum.mango-os.com/post/26450</link><guid isPermaLink="true">https://forum.mango-os.com/post/26450</guid><dc:creator><![CDATA[ricardo]]></dc:creator><pubDate>Tue, 30 Mar 2021 08:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to Event list source and editing on Wed, 11 Dec 2019 13:40:18 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: Jared-Wiltshire">@<bdi>Jared-Wiltshire</bdi></a> for the answers.<br />
We will test out your suggestions.</p>
<p dir="auto">Have a nice day.</p>
]]></description><link>https://forum.mango-os.com/post/24297</link><guid isPermaLink="true">https://forum.mango-os.com/post/24297</guid><dc:creator><![CDATA[Latix]]></dc:creator><pubDate>Wed, 11 Dec 2019 13:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to Event list source and editing on Tue, 10 Dec 2019 17:22:48 GMT]]></title><description><![CDATA[<p dir="auto">It is possible to hide the acknowledge buttons using <code>hide-ack-button="true"</code> or hide the CSV button using <code>hide-csv-button="true"</code>.</p>
<p dir="auto">You could also hide columns using a CSS nth-child selector.<br />
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child" rel="nofollow ugc">https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child</a></p>
]]></description><link>https://forum.mango-os.com/post/24289</link><guid isPermaLink="true">https://forum.mango-os.com/post/24289</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 10 Dec 2019 17:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to Event list source and editing on Tue, 10 Dec 2019 17:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/latix" aria-label="Profile: Latix">@<bdi>Latix</bdi></a> Sorry I didn't get to this earlier <a class="plugin-mentions-user plugin-mentions-a" href="/user/craigweb" aria-label="Profile: CraigWeb">@<bdi>CraigWeb</bdi></a> gave me a poke.</p>
<p dir="auto">There is no direct way to get data point events for all points on a data source. You have to find the point ids then query for all events for these point ids. See the following:</p>
<pre><code>&lt;div class="ma-designer-root" id="4e28920c-56a4-412d-8da9-4d1296fd5524" style="width: 1366px; height: 768px; position: relative;" ng-init="page={}"&gt;
    &lt;ma-point-query query="{dataSourceXid: 'DS_my_xid', $exact:true}" points="page.points"&gt;&lt;/ma-point-query&gt;

    &lt;ma-events-table id="4de1af02-1886-4288-bde6-0cd728898d99" style="position: absolute; left: 0px; top: 0px;" point-ids="page.points | maProperty:'id'"&gt;&lt;/ma-events-table&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">Note: this will likely fail if your data source has a large number of data points.</p>
]]></description><link>https://forum.mango-os.com/post/24288</link><guid isPermaLink="true">https://forum.mango-os.com/post/24288</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Tue, 10 Dec 2019 17:17:46 GMT</pubDate></item></channel></rss>