fabric8-ui / fabric8-ux

Design Links
https://uxd.fabric8.io/
Apache License 2.0
9 stars 9 forks source link

JS: Table component into patternfly-ng #773

Closed catrobson closed 6 years ago

catrobson commented 6 years ago

Add components for the table component from ngx-datatables into patternfly-ng

dlabrecq commented 6 years ago

I have an initial table component with a PatternFly toolbar (sort, filter, etc.), pagination. I recently introduced a directive for drag and drop. All these features still need CSS work.

There are also some issues with wrapping the ngx-datatable with another component. I'll skip the details here, but trying to work out a solution for users being able to provide a custom HTML layout.

dlabrecq commented 6 years ago

Completed: https://github.com/patternfly/patternfly-ng/pull/270

catrobson commented 6 years ago

PR submitted: https://github.com/patternfly/patternfly-ng/pull/270