cfjedimaster / ColdFusion-UI-the-Right-Way

A list of articles demonstrating how to do UI with ColdFusion on the back end.
100 stars 31 forks source link

Create chapter for cfgrid #15

Open cfjedimaster opened 10 years ago

gavy81 commented 9 years ago

DataTables is a Good Option but even if you use its additional functions, it gets deadly slow when other functions are integrated like infinite scroller and fancybox and much more. Performace is worst hit even if the Data is JSON base from server.

mabel365 commented 9 years ago

I'd like to use the cfgrid alternative, but need it to work with old and new versions of IE, including 8 and possibly even 7. Apparently the version of jquery used (2.1.0) does not support IE 6, 7, or 8. And jquery 1.7.2 does not work with DataTables. Any suggestions?

gavy81 commented 9 years ago

I Would not Suggest DataTables, as i Listed above, That is worst When Data is too Much, Use cfgrid, its a Much Better Choice and You can even use EXT Js for additional Changes and it do support IE7+