Reputation: 13
I can't seem to find the documentation on the page regarding setRenderMode. Due to another plugin I'm using concurrently, I need all the rows to be rendered in Standard mode, the ones on VirtualDOM behave oddly after rendered. Is there a function or a Setting to force setRenderMode to Standard, or a similar rendering mode?
Upvotes: 0
Views: 101
Reputation: 36
To enable standard mode you have to set virtualDom to false
If you still have problems rendering the table you may try to force a table.redraw();
as stated in the FAQ
Upvotes: 1