"1 - I noticed the 'patternfly.table' module isn't declared as a dependency of the 'patternfly' module like the other ones. Was that intentional? I need to declare it in my app to be able to use the table view component."
Yes, that was intentional so developers would not get the overhead dependencies of datatables.net. It is similar to patternfly.charts in that it must be specifically included in consumer applications. "2.." I do not know why 'row' would not have 'deselect', I would need to review your code. Thanks, - Dave Taylor On Thu, Apr 13, 2017 at 5:50 PM, Alexandre Briani Kieling < [email protected]> wrote: > Hi all, > > I'm using branch-4.0-dev and having some issues: > > 1 - I noticed the 'patternfly.table' module isn't declared as a dependency > of the 'patternfly' module like the other ones. Was that intentional? I > need to declare it in my app to be able to use the table view component. > > 2 - I'm getting the following error on a page with the pf-table-view > component: > angular.js:14199 TypeError: rows.deselect is not a function > at angular-patternfly.js:11766 > at angular.js:19942 > at completeOutstandingRequest (angular.js:6045) > at angular.js:6324 > I have no idea why the object returned by 'rows()' doesn't have the > 'deselect' function. > > Any help is appreciated. > > -- > > ALEXANDRE KIELING > > SOFTWARE ENGINEER, MIDDLEWARE > > RED HAT > > <https://www.redhat.com/> > <https://red.ht/sig> > > _______________________________________________ > Patternfly-angular mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/patternfly-angular > > -- Dave Taylor Principle Software Engineer (978) 392 - 1016
_______________________________________________ Patternfly-angular mailing list [email protected] https://www.redhat.com/mailman/listinfo/patternfly-angular
