code-and-effect / effective_datatables

An effective ActiveRecord to Datatables dsl for Ruby on Rails. Make intelligent tables quickly.
MIT License
133 stars 36 forks source link

attributes not available in actions_col? #164

Closed nekapoor closed 2 years ago

nekapoor commented 3 years ago

I'm trying to pass in some attributes that I can then pass through in the actions_col block. But I keep getting undefined variable attributes. Is there another way to pass in data that can be used in the actions_col?

Thanks!

nekapoor commented 2 years ago

looks like i have access to params so I'm good. Closing this.