rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 364 forks source link

Do we have in built html special char escaping in this plugin? #385

Open hari-wac opened 6 years ago

hari-wac commented 6 years ago

If one of the field contain some script (let then the bootgrid is not escaping that string. while executing, it will trigger the alert box rather than printing in the field. As a temp solution I used data-formatter and then write a special char escaping code inside that function. Do we have any in built option for that rather than using data-formatter?