mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 15:13:40 -04:00
Removed escaping of data
Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
exportTypes: ['json', 'xml', 'csv', 'txt', 'sql', 'excel', 'pdf'],
|
||||
pagination: true,
|
||||
showColumns: true,
|
||||
data: <?= json_encode(esc($data)) ?>,
|
||||
data: <?= json_encode($data) ?>,
|
||||
iconSize: 'sm',
|
||||
paginationVAlign: 'bottom',
|
||||
escape: true,
|
||||
|
||||
Reference in New Issue
Block a user