mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-12 10:54:14 +01:00
simple() static method which makes it very easy to make a server-side processing request. - In the examples the SQL statements are all basically the same, so having this method to wrap them into a single function cal absolutely makes sense. - Also added a `formatter` option to the columns array which will format the data as needed using a closure function.