Hi,
I have tried to get the Timeline datasource to refresh when a datarow command in a grid is selected.
The gridrow has a patientid, and I would like to show a Timeline for the patient contact dates with the hospital.
The trouble is that the datasource for Timeline don't have the same functionality for filtering/parameters as the 'normal' datasource, and does not support .Data(..).
Example (not implemented in the Timeline datasource):
.Read(read => read.Action("GetSurgeryEvents", "TimeLine").Data("setTimeLineParam"))
Feature request
Add Refresh method to the ASP.NET Core Timeline wrapper. It should allow user to reload the component using the current data items.