frequent / tableview

jQuery Mobile tableview - responsive table wrapper for JQM tables
29 stars 23 forks source link

Any way to split out jquery so it isn't hacked into the jqm framework? #6

Open rgoodenb opened 11 years ago

rgoodenb commented 11 years ago

I like what you've started with the tableview, although I don't want to replace or change the jqm framework because with every upgrade of jqm I would have redo the changes for this functionality. Right now I opted to use the FooTable plugin for sorting, filtering and a responsive design but I really like the column toggle feature of jqm. Is there any way to split out the changes you made to the framework?

frequent commented 11 years ago

@rgoodenb: well, I'm contributing to the JQM table widget, but adding features to JQM is ... not easy ;-)

I will do an update of tableview soon based on JQM 1.4 and rework my tableview additions into the JQM table widget. Not sure if I can get them into the framework itself though. Let's see.