Okay
  Public Ticket #1117849
Issue with plugin
Closed

Comments

  •  2
    Erick Fernandez started the conversation

    Hi Arlind,

    Many thanks in advance, im currently having two issues i show you on attached image.

    First one is about i have a modal wich i have to select a date but its not showing correctly. Yellow Circle to show what i have in image.

    Second is about i get date in English format, how i can translate those words to get it in Spanish.

    See ya!!

    Erick Fernandez
    PERU


  • [deleted] replied

    Dear Erick,

    Thanks for your kind words.

    1. I would love to help you with this, however I need the site URL to debug this issue. Apparently there is a z-index issue, so can you try this CSS and see if it works for you: 

    body .datepicker.datepicker-dropdown {
        z-index: 10000000 !important
    }
    2. Formatting language is hard coded in this file: assets/js/bootstrap-datepicker.js

    On line 1163-1169:


    (view large version)

    You can change it by yourself and save the file.

  •  2
    Erick Fernandez replied

    Arlind, that worked great!

    Another plugin i have serious issue is when trying to export data from table. I attach two images wich show the original table (many columns) and exported data in PDF.


    Would you tell me how to customize a little bit the data exportation, or suggest me another tools (could be licenced) wich make easy the exporting customized data? (Pdf and excel)


    Thanks a lot!

    Erick Fernandez
    PERU

  • [deleted] replied

    Hi Eric,

    Thats great that it worked for you!

    As for data manipulation for export I am not experienced on this because of the nature of my job on themeforest.

    After googling about popular libraries, it seems that this library can generate custom HTML to PDF files:

    https://github.com/MrRio/jsPDF

    https://github.com/Prashanth-Nelli/jsPdfTablePlugin

    I hope this will help you.