Event tables
Last updated
Was this helpful?
Last updated
Was this helpful?
To get to the Event Tables, go from General Configuration to Event tables:
From the Event tables view, click on the Add EventTableBundle button situated at the top right corner:
The editor for the new EventTableBundle will show up. Fill in the required information:
coolname - (required) the name of the Event Table (ex: Event Table Testing)
JSON - (required). The code is the Event Table!
If the code written in JSON is correct, the EvenTableBundle could be saved. If there is a problem in the code - the 'red X' will show on the left side of the line that should be correct:
trashed - disregard/leave empty. This is to be filled in by ADMIN.
plugin - (required). This is to be filled in by ADMIN. (ex. fw.demo)
componentXid - (required). This is to be filled in by ADMIN. (ex. testing_table)
Once all the errors from JSON are corrected, and the both plugin and componentXid are set, the new buttons shows up and the possibility to save the EvenTable appears.
When the EventTableBundle is created - you know it:
EventTable is accessible through the URL. From the URL of the basic page, add the '/table/pluginName-componentXidName?count=50&live=false' . We limit the number of events to 50 (count=50) and the real time display to false (live=false). In our example it could be: https://yourPage.flightwatching.com/wilco/#/table/fw.demo-testing_table?count=50&live=false
In order to edit any EventTable, go from General Configuration to Event Tables and choose the table to edit. Click on table name to enter to its editor:
All the fields could be modified.
In order to proceed with the deletion, click on the Delete Doc button situated on the top right side of the window.
NOTE: To learn how to write the JSON code, go to the . All the elements are explained there, along with an example.
Note: Pay attention to the plugin and componentXid. Those values are the references that are used to
In order to modify the JSON, you could either work directly on the editor, or copy the content to the application or notepad to modify it. See how to do it .