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

Example CRUD inline #143

Closed rainyhuynh closed 3 years ago

rainyhuynh commented 3 years ago

Hello,

Can you give me an example for this CRUD inline in this gem?

Thank you.

matt-riemer commented 3 years ago

I ran out of time this week but will get an example built and some documentation next week.

I use the inline datatables a lot these days, they're pretty good :)

rainyhuynh commented 3 years ago

Hi Matt, Thank you, I will wait for you.

matt-riemer commented 3 years ago

Hey again

I have added a ton of documentation around the Inline feature.

https://github.com/code-and-effect/effective_datatables#inline

Check out a Live Demo https://effective-datatables-demo.herokuapp.com/things

And the code for it https://github.com/code-and-effect/effective_datatables_demo

Thanks and have a great day!