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
587 stars 228 forks source link

Add support for postgis adapter #417

Closed pareeohnos closed 1 year ago

pareeohnos commented 1 year ago

When trying to use the nulls_last option on a column, I started getting a runtime error stating that the database adapter was not supported. Upon digging further, the gem was supporting various postgres adapters but wasn't taking into account the postgis adapter.

n-rodriguez commented 1 year ago

Hi there! Can you please rebase? Thank you!

pareeohnos commented 1 year ago

@n-rodriguez sorry for the delay - rebased

n-rodriguez commented 1 year ago

Thank you!