We use a restful express endpoint to get all match data for a given competition and display in a BootstrapTable.
Details
The page still needs work. I will remove the id column and the debug links (they are just to demonstrate the id and how it will be used to reach an edit page for a selected match) and of course a "add match" button.
Testing
This was tested on my laptop to ensure the match data (dummy data in my local db) is displayed in a table.
Summary
We use a restful express endpoint to get all match data for a given competition and display in a BootstrapTable.
Details
The page still needs work. I will remove the id column and the debug links (they are just to demonstrate the id and how it will be used to reach an edit page for a selected match) and of course a "add match" button.
Testing
This was tested on my laptop to ensure the match data (dummy data in my local db) is displayed in a table.