You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I understand correctly, but there's already a built-in show action. But you are right, it wasn't mentioned in the README. I've added it there already.
* commit 'e499361':
Rails 5 support and Kaminari update
Fix some rspecs bugs.
Fix handling of nested controls params.
Fix smart_listing helper method 'render_list'
Update readme to include info about 'show' item action. Sology#54
Add ability to pass locals to list view. ClosesSology#70
New trigger event.
Better handling of nested controls params
Fix controls form not fading out the list. Sology#51
Handle different modes of new item insertion
Config now includes element templates.
Version bump.
I tried to add a show-action that works in-place, but I just saw, that there are several places, where I have to dig into your code:
show.js.erb
smart_listing.coffee.erb
:show
tosmart_listing_item
inhelpers/smart_listing/helper.rb
I would appreciate just having it in your next release. Should be really simple for you :-)
The functional need is simple: I have got a lot of more fields in a data entity than I will show as table columns.
The text was updated successfully, but these errors were encountered: