Discussion on Paper Panel Multipurpose Admin Dashboard Bootstrap 4 Template

Discussion on Paper Panel Multipurpose Admin Dashboard Bootstrap 4 Template

Cart 278 sales
Well Documented

xvelopers supports this item

Supported

73 comments found.

Hello Xvelopers team,

First of, nice work ;)

We’re using PHP files and we’re trying to find a way to tweak your gulp script to build .php files along with .html, is that possible? We have our development server running with PHP and MySQL and would like to test the app using our server instead of just Gulp Watch. Currently we need to build the app and then change the files extension to .php and inject our PHP code and run it on our dev server but this is kinda painful to do every time we need to change something on frontend.

Thank you, cheers.

Hi, Glad you like the template. Do you have already gulp in your project? If so, kindly share your gulpfile.js

Hi,

Yes, we are using your original gulpfile that came with the template, here is our file: https://goo.gl/pH1hCh

Best regards

It seem exact same gulp file from paper template do you have your own for php? or tell me about your directory structure.

Dear Xveloper,

I would like to purchase the “Paper Bootstrap 4 Admin” template but it seems like i could only get the documentation after I buy it. However, there are 2 things that I would like to know before I buy your template: - is There a way to globally change the color of the entire template instead of doing it one component at the time. - do you support Right to Left language, ie: does the template restructure itself to accommodate RTL languages?

I really love your template, and I must say that you really did a great job with that. Please answer my questions ASAP because I am on a dead line and I would really love use your template

kind regards

Elie Michael

Glad you like the template. Docs for each component/plugin included in the demo for installation and general docs you can visit this link http://xvelopers.com/wp/themes/docs/xdocs/paper-panel/
We have just updated the template with RTL version of dashboard1. Please check the demo. http://xvelopers.com/demos/html/paper-panel-1.0.4/panel-page-dashboard1-rtl.html

Colors can be easily changed using sass variable file. For background colors, you can add a class.

Let me know if you have any question.

Thanks

Good Morning. If possible, could you integrate the code in the compressed js to allow the export of files in the data tables? In future versions of the package. Certainly a great job.

Hi, As I explained this is an extra option not everyone going to use it. Tell me which version you are using development or production? so I can guide you step by step.

Thanks

I use production version, can you tell me what lines code i have to integrate in app.js or add a .js option. Thanks for all (is a important function for export data).

In html file where you have table scroll to end after ‘app.js’ script tag add this code in script tags $(document).ready(function() { $('#example').DataTable( { dom: 'Bfrtip', buttons: [ { text: 'JSON', action: function ( e, dt, button, config ) { var data = dt.buttons.exportData(); $.fn.dataTable.fileSave( new Blob( [ JSON.stringify( data ) ] ), 'Export.json' ); } } ] } ); } );

or you can add above code in app.js at the end

and in your table add id

id="example" 

Hi, can you integrate export files in data tables ?? Is important, thanks

Hi it’s not possible to add every option in the demo. Please add flowing code in your _datatables.js (development version)
$(document).ready(function() {
    $('#example').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            {
                text: 'JSON',
                action: function ( e, dt, button, config ) {
                    var data = dt.buttons.exportData();

                    $.fn.dataTable.fileSave(
                        new Blob( [ JSON.stringify( data ) ] ),
                        'Export.json'
                    );
                }
            }
        ]
    } );
} );

and for your table add id
id="example" 
for complete code and description please check https://datatables.net/extensions/buttons/examples/html5/customFile.html

I have tested this code and its working.

Is it possible to mix elements between the new Paper Panel and the Paper HTML v1.8.3 ?

Both are HTML templates and directory structure is also same. You can copy elements from one to another. Make sure you copy both JS and CSS for that.

Hi, pretty work, how i can integrate export files into datables ???

Is possible export data table to JSON ???

Hi, Please check this plugin doc it might help you. https://datatables.net/extensions/buttons/examples/html5/customFile.html

You can add your jquery code in datables component file in the development version

Thanks

Nice work. Good luck with sale :)

Thanks :)

Great Work, Congratulations GLWS :)

Thanks :)

Nice Work,

Congratulations! Good Luck With Sale :grin:

Thanks :)

Congratulations! Nice Work, Good Luck With Sale :grin:

Thanks :)

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Thanks :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey