function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AshesAshes 

Is it possible to implement advance data grid in Visualforce?

Hello,

 

We are using Flex to give a rich UI to salesforce applications.

But as it does not support on iPad, users asks us to develop it in VF. So in this flex app we have used advance data grid.

 

So is it possible to implement it in Visualforce?

Best Answer chosen by Admin (Salesforce Developers) 
JitendraJitendra

Please have a look on below Jquery based plugin:

 

http://datatables.net/

All Answers

JitendraJitendra

Please have a look on below Jquery based plugin:

 

http://datatables.net/

This was selected as the best answer
AshesAshes

Hi Jitendra,

 

Thnx for your reply.

 

I m agree with your suggestion but not completely. Because Jquery slows down your performance. Because basic min Jquery file size is of 92kb and other CSS jquery file size is more than 100kb.

 

So because of this we are not preferring jquery as a solution.

JitendraJitendra

Hi,

 

JQuery is fastest library if can be used corectly in its category However for mobile, i am agree that we cannot use heavy library.

 

If you want Flash/Flex like functionality using simple javascript library you will end up with size greater than JQuery and also there may ne other issue.

 

There is also JQuerymobile library available. However i am not sure that you will get any datatable library.

AshesAshes
Hi Jitendra, Sure, I will try for jQuery -- Regards, Ashwin D Gadhave