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

how to disable loading progress bar text in Vue #805

Closed
lng0415 opened this issue Nov 19, 2019 · 3 comments
Closed

how to disable loading progress bar text in Vue #805

lng0415 opened this issue Nov 19, 2019 · 3 comments

Comments

@lng0415
Copy link

lng0415 commented Nov 19, 2019

Summary
how to disable loading progress bar text?
i set to this null or "" , but text is seeing default characters (Loading Data).
how to disable text with text area?
(just loading progress bar)

language: {
    name: 'ko',
    value: {
        display: {
            noData: this.noDataStr,
            loadingData: null // "" // progress text
        }
    }
}

Screenshots
If applicable, add screenshots to help explain your question.

Version
2.1.0

Additional context
http://nhn.github.io/tui.grid/latest/Grid#setLanguage API has some options,(noData, loadingData, resizeHandleGuide....)
but Insufficient description of the API.
only thing listed is 'localeCode' and 'data' option
Please write down additional options.

@auto-comment
Copy link

auto-comment bot commented Nov 19, 2019

Thank you for raising an issue.
We will try and get back to you as soon as possible.

Please make sure you have filled out issue respecting our form in English and given us as much context as possible. If not, the issue will be closed or not replied.

@js87zz
Copy link
Contributor

js87zz commented Nov 22, 2019

@lng0415
The option you inquired is not supported yet. But we are planned to improve datasource functionality. Thank you!

@js87zz js87zz added this to the 4.8.0 milestone Nov 25, 2019
@js87zz js87zz modified the milestones: 4.8.0, Planned Feature Dec 13, 2019
@js87zz js87zz modified the milestones: Planned Feature, 4.9.0 Jan 15, 2020
@js87zz js87zz self-assigned this Jan 20, 2020
@js87zz
Copy link
Contributor

js87zz commented Feb 3, 2020

@lng0415
hideLoadingBar option has been added in v4.9.0(#862)

const dataSource = {
  // hide loading bar
  hideLoadingBar: true,
  api: {
    readData: { 
      url: '/readData', 
      method: 'get'
    }
  }
}

Thank you!

@js87zz js87zz closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants