nebirhos

Results 3 comments of nebirhos

Hi @dave08, and thanks for your interest in this project! It does't work out of the box, but I think we can import the function from https://github.com/docker-library/postgres/blob/master/9.6/docker-entrypoint.sh#L8. I never tried...

Hi! Do you mean the default table view with sorting? I didn't implement it since historically you have a lot of troubles doing drag'n'drop on a table, and also you...

If you want the sortable view without the sortable js (why?) you can do a dirty hack and set ``` css body.active_admin .index_content .ui-sortable > * { pointer-events: none; }...