vicvega / chaltron

Template generator for rails application with bootstrap, devise...
MIT License
9 stars 2 forks source link

Multiple object in index #2

Closed crondaemon closed 7 years ago

crondaemon commented 7 years ago

Scaffold indexes show multiple objects (show number of elements, pagination infos).

Reproducer: --> index --> show one element --> push back button in browser.

vicvega commented 7 years ago

It is a known issue in datatables

Here is a workaround https://datatables.net/forums/discussion/36875/duplicate-wrapper-with-browser-forward-back-button

vicvega commented 7 years ago

Just released version 0.2.1, including that workaround