migration recipe from 1.x to 2.x?
migration recipe from 1.x to 2.x?
in DataTables 2
I haven't tried to migrate yet because I have a lot of code and it sounds daunting. I have both datatabases and editor. I see you're working on release 3 now, and I don't want to be further behind...
Is there a recipe somewhere for the migration requirements?
This question has an accepted answers - jump to answer
Answers
Hi,
Upgrade notes for v1 to v2 are here.
As long as you weren't using the legacy API (i.e. function names starting with
fn) then the upgrade should be fairly painless. The biggest change you are likely to notice is the newlayoutoption which is preferred overdomnow.domwill still work, but the styling is focused onlayout, so if you usedom, you might need to add a few lines of CSS.Allan