Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jul 3, 2020

…age tde-csvviewer

Description of the Pull Request

Modifying extension so that the NPM package tde-csvviewer serves the role that @jupyterlab/csvviewer was serving.

Issue being fixed:

Fixes # 29.

Changes proposed:

  • Instances of @jupyterlab/csvviewer are replaced with tde-csvviewer

@ghost ghost requested a review from thegooman July 3, 2020 01:43
Copy link
Member

@thegooman thegooman left a comment

Choose a reason for hiding this comment

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

Would you be able to make this change in the other files as well? widget.ts and index.ts Then, we can merge. Thanks!

@thegooman thegooman assigned ghost Jul 3, 2020
@thegooman thegooman added the enhancement New feature or request label Jul 3, 2020
@ghost
Copy link
Author

ghost commented Jul 3, 2020

Oh yeah, missed those ones. Got them changed now.

Copy link
Member

@thegooman thegooman left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@thegooman thegooman merged commit 602ec4a into jupytercalpoly:master Jul 3, 2020
thegooman added a commit to thegooman/jupyterlab-tabular-data-editor that referenced this pull request Jul 3, 2020
jupytercalpoly#30)

* Configured extension to get it's csvviewer objects from the node package tde-csvviewer

* changed @jupyterlab/csvviewer to tde-csvviewer in index.ts and widget.ts

Co-authored-by: Kalen Goo <44537937+kgoo124@users.noreply.github.com>
ghost pushed a commit that referenced this pull request Jul 3, 2020
* Modified model.ts to create a DSVModel

* editable variable in DataGrid is now true

Co-authored-by: Logan McNichols <52261474+lmcnichols@users.noreply.github.com>

* Added _setField function to setData in the EditableDSVModel

* Semi-working editing of cells (text)

* Able to edit cells with text

* Created CSVTextCellEditor to extend TextCellEditor

* Testing (#27)

* Modified names of DSV attributes/methods to follow Jupyterlab's standard naming convention for public attributes/methods. Used getters for columnCount and rowCount in place of direct usage of _columnCount and _rowCount attributes

* Fixes to package.json (#28)

* Modified names of DSV attributes/methods to follow Jupyterlab's standard naming convention for public attributes/methods. Used getters for columnCount and rowCount in place of direct usage of _columnCount and _rowCount attributes

* Modified names of DSV attributes/methods to follow Jupyterlab's standard naming convention for public attributes/methods. Used getters for columnCount and rowCount in place of direct usage of _columnCount and _rowCount attributes

* Fixed github url in package.json

* Configured extension to get it's csvviewer objects from the node pack… (#30)

* Configured extension to get it's csvviewer objects from the node package tde-csvviewer

* changed @jupyterlab/csvviewer to tde-csvviewer in index.ts and widget.ts

Co-authored-by: Kalen Goo <44537937+kgoo124@users.noreply.github.com>

* Cell editors always stay the same size as their cell

* Changed cell editor text to right align

Co-authored-by: Logan McNichols <loganamcnichols@gmail.com>
Co-authored-by: Logan McNichols <52261474+lmcnichols@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants