07-27-2026, 03:43 AM
Hello. I have rawtext (IWLabel.Caption) for my json data.
I want this rawtext include in define of datatables (HTML template).
How?
Code:
'{ "data": [ .... ] }'I want this rawtext include in define of datatables (HTML template).
Code:
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('$(''#examples'').DataTable( { "ajax": ' + rawtext + ',} );'); How?
...

