javascript - Angularjs highlighting columns ng-table -


i trying figure out how can highlight column using ng-table directive angular. though understanding on directive in current setup not capable of achieving looking do, have modify myself.

i'd know if has had success getting table column highlighting working angular sorting , ng-repeat, doesn't have done ng-table, example appreciated.

  1. in table definition, add table-hover class, example:

< table ng-table="mytable" class="table table-hover table-striped table-condensed table-bordered" >

  1. customize color in app.css

    .table-hover > tbody > tr:hover { background-color: #dadada; }


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -