jbox-web / ajax-datatables-rails

A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
MIT License
584 stars 228 forks source link

Do not escape records hash values to allow using DT_RowAttr #405

Open kylazath opened 2 years ago

kylazath commented 2 years ago

I might have overlooked something, but can't we skip escaping records hash values, so we could use for example DT_RowAttr? I tested it locally and it all works just fine

n-rodriguez commented 1 year ago

Hi there! Can you please add a test case to demonstrate what you want to achieve? Thank you!