Gastón Greco

Results 7 comments of Gastón Greco

I'm using this library with Codeigniter v. 3.0.4 and it works perfectly. Latest version now is 3.0.6 so i guess it should work too.

Nice idea, i'll test and adopt this too if you don't mind. You could create a PR, i'm sure zepernick will appreciate the contribution.

I changed the column names in the database so that they are all different and it works perfectly. So i can confirm that there is an issue when using duplicate...

Thanks for taking the time to share your fix @leirags !

Hello, just wanted to say that i really appreciate you sharing this excelent library with everyone. Thanks so much! As for the question, here is a post in which Zepernick...

Ouch my message got cropped, i'll try again. Traditionally, without using datatables, i would echo the buttons for each row in php like this: `

Just for the record, i solved it using the fnCreatedRow callback to add a custom data-attribute to each row which then i pick up on the buttons action. http://legacy.datatables.net/usage/callbacks Regards!...