Javascript – Why does Tabulator give an error with data with "</script>" word?
Using Tabulator, if for example, I have data from a record with this value it works: '<button>Hello</button>' but if instead I put: '<script>Hello</script>' it breaks. The problem is specifically in </script>. <!DOCTYPE html> <html lang="en"> <head> <link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet"> <script…