Skip to content

Client-side filtering and table related cleanup #147

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

Merged
merged 1 commit into from
Aug 16, 2016

Conversation

loitly
Copy link
Contributor

@loitly loitly commented Aug 15, 2016

https://jira.lsstcorp.org/browse/DM-7136

  • removes BasicTable
  • client-side filtering
  • added more jsdoc to table related code
  • fix filter input field auto-correct issue.

Added table options to basic table as a property. Currently, options is available to fits headers as well as XYplot columns selections dialog.

 - client-side filtering
 - added more jsdoc for table related code
 - fix filter input field auto-correct issue.
* @prop {Object.<string, *>} options table options, ie. selectable, expandable
*/


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although the documentation above is dense and good, i don't think it will be written out in JSDocs html. What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSDoc should be able to generate docs with @typedef and @callback tags. They are standard tags.

@ejoliet
Copy link
Contributor

ejoliet commented Aug 15, 2016

All ok. Removed deprecated component, client filtering added, basic table options nicely used in the FITS headers dialog. Love the jsdocs added!
Review done.

@loitly loitly merged commit 90aa2e1 into dev Aug 16, 2016
@loitly loitly deleted the DM-7136_client_side_filtering branch August 16, 2016 01:03
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