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

Problems using the grid #24

Open
mgwalm opened this issue Oct 26, 2016 · 0 comments
Open

Problems using the grid #24

mgwalm opened this issue Oct 26, 2016 · 0 comments

Comments

@mgwalm
Copy link

mgwalm commented Oct 26, 2016

I like the grid's clean layout, its one of the best ive seen.

However ive got the following problems in using it:

  1. Most other jquery objects ive used return a reference to the jquery object itself when initialising it,
    eg, $grid = $("#Grid").bs_grid(...);
    that way i can refer to $grid instead of continually calling the jquery selector.
  2. Most other controls ive used gie one access to the data after it has been initialised with data.
  3. the displayGrid smells. it is doing too much, not only is it displaying data but fetching it.
    IMHO it should only display the data (as its name implies).
    You could have a method that does all of this, however there should be a method that i can call with an array of objects.
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

1 participant