After updating datatable editor version to 2.2.0, existing datatable new modal UI is breaking.

After updating datatable editor version to 2.2.0, existing datatable new modal UI is breaking.

VidyaManjuanthaVidyaManjuantha Posts: 12Questions: 5Answers: 0

I have updated the editor version to 2.2.0. After update the already existing datatable new and edit bootstrap modal UI is breaking.
Getting this error in console Uncaught TypeError: this.s.dt.nTable.parentNode is null in dataTables.fixedColumns.min

Form load before updating the editor version

Form loaf after updating the editor version to 2.2.0

Thanks in advance,

Answers

  • allanallan Posts: 63,412Questions: 1Answers: 10,454 Site admin

    Hi,

    I've just issued the Editor 2.2.2 release which addresses an issue with the styling integration. I'm not sure it is the one that you mention though.

    This example shows the Bootstrap modal working okay.

    Are you able to give me a link to your page showing the issue so I can debug it please?

    Thanks,
    Allan

  • VidyaManjuanthaVidyaManjuantha Posts: 12Questions: 5Answers: 0

    Hi Allan,

    I have updated the editor version to 2.2.2, but still UI fails.

    This is what we had before updating the editor version

    But after updating its looking like this

    Please let me know if have missed anything while updating the editor version.

  • allanallan Posts: 63,412Questions: 1Answers: 10,454 Site admin

    I'm not aware of anything that would cause that, and the Bootstrap 5 example doesn't layout like that.

    I would need a link to a page showing the issue so I can help to debug it please. You can PM me by clicking my forum user name and then the "Send message" button if you can't make the link public.

    Allan

  • VidyaManjuanthaVidyaManjuantha Posts: 12Questions: 5Answers: 0

    Hi Allan,

    Sorry, I noticed that we had customized dataTables.editor.js file in editor's previous version because of which UI was looking different.

    From where can I get unminified version of editors dataTables.editor.js file?
    I have tried downloading from https://datatables.net/download/#bs/jszip-2.5.0/dt-1.10.16/e-1.7.3/af-2.2.2/b-1.5.1/b-colvis-1.5.1/b-html5-1.5.1/cr-1.4.1/fc-3.2.4/fh-3.1.3/kt-2.3.2/r-2.2.1/rg-1.0.2/rr-1.2.3/sc-1.4.4/sl-1.2.5 but dataTables.editor.js is always download as minify version

    Thanks,

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    If you go to the Editor download page, you'll see the various packages that can be downloaded - those contain the unminified source. Our records don't show you as having an Editor license, so you'll need to ask the person who owns the license to do that for you,

    Colin

Sign In or Register to comment.