We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wonderful package!!
Is it possible to turn off the google analytics option in toastui via ?
According to some documentation they use GA to track usage of the open source library and it can be turned off via a configuration option
Thanks!
https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/README.md#
const options = { // ... usageStatistics: false };
const instance = new Grid(options);
The text was updated successfully, but these errors were encountered:
Hello,
Thank you ! You can pass options to JS Grid function like this :
Grid
datagrid(rolling_stones_50, usageStatistics = FALSE)
I've turn off option usageStatistics by default for datagrid in the dev version, so you won't have to specify the argument in the next CRAN release.
datagrid
Victor
Sorry, something went wrong.
No branches or pull requests
Wonderful package!!
Is it possible to turn off the google analytics option in toastui via ?
According to some documentation they use GA to track usage of the open source library and it can be turned off via a configuration option
Thanks!
https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/README.md#
const options = {
// ...
usageStatistics: false
};
const instance = new Grid(options);
The text was updated successfully, but these errors were encountered: