JavaScript for FileMaker: DataTables
…ID’, title: ‘ID’, visible:false }, {data: ‘FirstName’, title: ‘First’}, {data: ‘LastName’, title: ‘Last’}, {data: ‘Title’, title: ‘Position’}, { data: ‘City’, title: ‘City’ }, { data: ‘State’, title: ‘State’ }, { data: ‘Country’, title: ‘Country’ } ] }); We’ve written a lot about DataTables. Find the posts here. DataTables has a great API that you can call to change something about the table. You can: Add more data Remove rows Change the column or…