Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datatables_options "processing": true did not work #79

Open
riffraff78 opened this issue Oct 12, 2020 · 1 comment
Open

datatables_options "processing": true did not work #79

riffraff78 opened this issue Oct 12, 2020 · 1 comment

Comments

@riffraff78
Copy link

Hi!
I've tried to add "processing": true to the datatables_options to display a 'processing' indicator, but this didn't work.
datatables_options: {"processing": true}
How can i do that?
Also: Can i add more than one option comma separated?
Thanks a lot!

@derekeder
Copy link
Owner

@riffraff78 you should be able to add it to datatables_options. Does this work for you?

CsvToHtmlTable.init({
    csv_path: "data/Health Clinics in Chicago.csv",
    element: "table-container",
    allow_download: true,
    csv_options: {
        separator: ",",
        delimiter: '"'
    },
    datatables_options: {
        processing: true
    },
    custom_formatting: [
        [4, format_link]
    ]
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants