Ajax: Differences Between jQuery and DataTables
20 Jan 2021
DataTables makes use of jQuery’s ajax functionality. But there are some important differences between how each library works.
Jackson's ObjectMapper and TypeReference
15 Jan 2021
Some notes on Jackson’s ObjectMapper, when using it without any custom POJO classes, to deserialize an arbitrary piece of JSON to a Java Map.
Using Hugo, Atom, GitHub and Render
12 Jan 2021
Some notes on how I am using Hugo for this platform.
Row Indexes vs. Display Positions in DataTables
29 Dec 2020
A look at the difference between internal row indexes used by DataTables, and the position of a row in a displayed table.
DataTables Example Using an Ajax Callback
24 Nov 2020
DataTables example using an Ajax callback, which allows additional processing of the JSON received from the Ajax call.