-
Notifications
You must be signed in to change notification settings - Fork 328
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
[super] DataTable view (in Backbone) #14
Comments
rufuspollock
added a commit
that referenced
this issue
Dec 14, 2011
…leRow view (rendering now in pure js!).
rufuspollock
added a commit
that referenced
this issue
Dec 15, 2011
…r of rows viewed. * This also necessitated a nice refactor whereby DataExplorer subviews running off a common Backbone Collection (DocumentList) re-rendering themselves in response to changes in that Collection.
rufuspollock
added a commit
that referenced
this issue
Jan 5, 2012
rufuspollock
added a commit
that referenced
this issue
Jan 6, 2012
rufuspollock
added a commit
that referenced
this issue
Jan 6, 2012
…still in demo.html into util.js templates hash. * This is important as it makes the app standalone and not depdendent on specific html (we plan for explorer to embed in different html frontends).
rufuspollock
added a commit
that referenced
this issue
Jan 6, 2012
…ble view. * Also rename element class to data-table-menu for greater specificity * Allows us to get rid of a nastiness (DataTable view was binding to events outside of itself) -- and another step to making the Explorer completely autonomous and non-dependent on HTML.
rufuspollock
added a commit
that referenced
this issue
Jan 7, 2012
…l and into DataExplorer view template. * Believe these are the last items that tie us to demo/index.html but could be wrong!
FIXED. Everything now done! Not done:
|
risenW
pushed a commit
that referenced
this issue
Mar 15, 2021
[tests][m]-add-tests-for-existing-pages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Convert existing DataTable to Backbone
The text was updated successfully, but these errors were encountered: