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

Added a user call back function to allow settings modifications #75

Merged
merged 1 commit into from
May 12, 2021

Conversation

galran
Copy link
Contributor

@galran galran commented May 5, 2021

The user can now supply a callback function that will be called just before rendering the table, allowing changes in the columns definitions (disable sorting, make read-only, remove from display etc.). It the future we can store the “dom” node in options to allow the user to change that too.
This is related to issue #74

…before rendering the table, allowing changes in the columns definitions (disable sorting, make read-only, remove from display etc.). It the future we can store the “dom” node in options to allow the user to change that too.

we had to remove the callback function entry from options dictionary as it cause the JS serilization process to fail
@galran galran changed the title The user can now supply a callback function that will be called just … Added a user call back function to allow settings modifications May 5, 2021
@pfitzseb
Copy link
Member

Thanks!

@pfitzseb pfitzseb merged commit a7219f9 into JuliaComputing:master May 12, 2021
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

Successfully merging this pull request may close these issues.

2 participants