You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instruction of Creating a custom DataTables bundle result in the error, that PyCharm is not showing Tables anymore.
I was able to fix it by adding the following, but saving pdfs still not work. (It just does nothing when I press the button)
importpdfFontsfrom"pdfmake/build/vfs_fonts";
I also tried replacing the pdfmake import with the following:
Following the instruction of Creating a custom DataTables bundle result in the error, that PyCharm is not showing Tables anymore.
I was able to fix it by adding the following, but saving pdfs still not work. (It just does nothing when I press the button)
I also tried replacing the
pdfmake
import with the following:regarding pdfmake:
regarding pdfmake:
The text was updated successfully, but these errors were encountered: