Closed Droogans closed 10 years ago
I still can't seem to find any way of making the table visible.
Here is my html for the data table.
And my controller logic.
You can run grunt:serve at the commit shown above, and see that the table needs to have its ng-hide property removed before displaying.
grunt:serve
ng-hide
Checkout #16
Removed the Visibility attribute. You should now use ng-hide/show on the data table to hide and show it.
Closed with https://github.com/nickburns2006/rxDataTable/pull/16
I still can't seem to find any way of making the table visible.
Here is my html for the data table.
And my controller logic.
You can run
grunt:serve
at the commit shown above, and see that the table needs to have itsng-hide
property removed before displaying.