ThirdCornerLLC / tc-grid

A declarative grid for AngularJS
MIT License
14 stars 2 forks source link

Adding tc-row-link attribute to allow for rows to be clickable links #41

Closed Zacharias3690 closed 8 years ago

Zacharias3690 commented 8 years ago

biggest plus for this is getting the "right click and open in new tab" option instead of using javascript to load the next page. We can change the rows in the table to be anchors and style them like table rows similar to what we're doing with divs and simply append an href to it. What are y'alls thoughts this?

goofygrin commented 8 years ago

This is a must have regardless of how it's implemented. On Aug 20, 2015 10:38 AM, "Zach Barnes" notifications@github.com wrote:

biggest plus for this is getting the "right click and open in new tab" option instead of using javascript to load the next page. We can change the rows in the table to be anchors and style them like table rows similar to what we're doing with divs and simply append an href to it. What are y'alls thoughts this?

— Reply to this email directly or view it on GitHub https://github.com/ThirdCornerLLC/tc-grid/issues/41.

Zacharias3690 commented 8 years ago

PR #42 to fix this.