

Open the URL leading to where you saved datatable.html in step 1. We’re using FTP in this example to upload data. Here‘s an example of how to convert your records into JSON (using the demo file).

This file will be created and uploaded by FileMaker in steps 2 and 3 below. This table is set to pull JSON data from a file called data.json. Make sure you customize the column names between the CUSTOMIZE comments, according to your data. Throughout this guide, I’ll be using data with 4 fields/columns: Name, StockCode, Quantity and UnitPrice.Ĭopy the code below and save it as datatable.html (you can embed the code below into your existing page, just be sure that you load the same JS and CSS files from the code below).

The example below is using DataTables ( ). This method is especially useful if you don’t have a FileMaker Server. Here’s a quick way to display data from your FileMaker app on the web.
