1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix - docs: Need to escape the underscores for markup output when we now use.

This commit is contained in:
Allan Jardine 2012-09-29 21:24:56 +01:00
parent 36076fc5c8
commit 6900a59e74

View File

@ -554,8 +554,8 @@ DataTable.defaults = {
/**
* Enable or disable the addition of the classes 'sorting_1', 'sorting_2' and
* 'sorting_3' to the columns which are currently being sorted on. This is
* Enable or disable the addition of the classes `sorting\_1`, `sorting\_2` and
* `sorting\_3` to the columns which are currently being sorted on. This is
* presented as a feature switch as it can increase processing time (while
* classes are removed and added) so for large data sets you might want to
* turn this off.