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

Entity table fixes #86

Closed
wants to merge 16 commits into from
Closed

Entity table fixes #86

wants to merge 16 commits into from

Conversation

psouthwell
Copy link
Contributor

This branch has

The Add New Snapshot (the old one didn't have the add hooked in).
Added drop down to show this from Snapshots page. The drop down has all the volumes list

Replaced mdTable with ngxDataTable

   Fixed the 0 Items to Display Case  (style.css)
   Fixed Overflow  (style.css)

   Added Filtering.
    Removed Pagination for favor of native ngxDataPagination.
    Sorting
    Header Resizing.

petesouth and others added 16 commits November 4, 2017 16:38
…s that are single strings.. No spaces. This was not correctly handling the overflow. Fixed... Now string gets cut off appropriately
…... Baiscally.. Just wrapping the my component with a light html component and a this.initialized variable that I set when I have all my rest/websocket data for the drop downs.

<div *ngIf=initialized>
<entity-form [conf]=this></entity-form>
</div>  worked really simply without having to pepper a bunch of entity-form plugins.. So cool... This lets me know flexibility in fieldGroup building is possible and simple
…y change.. But sure strange it works in my NPM!!!! those guys need far better cross platform consistency...... CEST LAS VI
…k.. geeze... create, delete, clone, rollback that's whats supported old UI used to craete them from the Voumes List page. Ill do so here... But.. Ill put a drop down of existing volumes to create them from
…thod isn't working.. Delete is.. So clone is the finishing next checkin
…. Fixed the No Data Items case wo it has padding.. Also.. Fixed the huge non broken string overflow thing using global stylings we have for ngxTable. Also.. Handle columns with names.. Sizing sorting filtering.. This thing is ready for push request.
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.

3 participants