I am using JQuery Datatables (1.10) to render data. One of the cells contains the value "B&EE". The issues is this value does not render properly, as only "B" is rendering.
If I modify the value to "B & EE" or "B&EE S", both of those values render fine. Also, other special characters don't seem to have this problem either.
Does anyone know why the value "B&EE" is not rendering properly and what can be done to fix the issues?