Link to test case: https://live.datatables.net/liwonegi/1/edit?html,js,output
Debugger code (debug.datatables.net): (couldn't get it to work)
Error messages shown: No error as such, just incorrect rendering.
Description of problem: When I attempt to set the default rendering for dates as per https://datatables.net/examples/i18n/auto-render.html, it simply fails to render as a date. The original data is ISO 8601 and the output remains as ISO 8601. If I use column.render
, it works fine.
I'm new to DataTables, so assume I'm doing something wrong. But I can't figure out what.