1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-12 00:08:48 +01:00
DataTables/examples/advanced_init
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
..
column_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
complex_header.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
defaults.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
dom_multiple_elements.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
dom_toolbar.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
dt_events.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
events_live.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
footer_callback.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
html5-data-attributes.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
html5-data-options.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
language_file.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
length_menu.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
object_dom_read.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
row_callback.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
row_grouping.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
sort_direction_control.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