1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/examples/ajax
Allan Jardine b7c671444d Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer.
Rational for this is that the number renderer expects a number
input, not HTML, but if non-numeric input is given the value is just
returned (now escaped) - for example an empty string.
2016-01-07 15:24:53 +00:00
..
data Fix - examples: The API row details example wasn't showing the close 2014-03-03 10:18:02 +00:00
custom_data_flat.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
custom_data_property.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
deep.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
defer_render.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
index.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
null_data_source.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
objects_subarrays.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
objects.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
orthogonal-data.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
simple.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00