i am using client side pagination using datatable. Does it affect my view state size and other visualforce page governor limits?
Attribution to: Bforce
Possible Suggestion/Solution #1
Maybe. Only Visualforce elements and controller instance data contribute to the view state. As long as you use a remote action or some other mechanism that doesn't rely on instance data or Visualforce elements, you can load as much as the browser can handle. If you build the table with Visualforce, then it will contribute to view state.
Attribution to: sfdcfox
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/34006