esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Responsive ! Heelp #542

Open EnginKacar opened 9 years ago

EnginKacar commented 9 years ago

Can ngTable be used to make responsive tables. Like Angular Datatables ??? http://l-lin.github.io/angular-datatables/#/withResponsive

ccrowhurstram commented 9 years ago

Have a look at the demo: https://github.com/esvit/ng-table/blob/master/examples/demo32.html

If you want to run the demo locally on your machine you will need to:

For the above to work you will needed to already installed node and grunt cli

EnginKacar commented 9 years ago

its not exact that what im looking for, i need the options where u can press plus where the row will expand and minus to close it again. Is there something similar that ?

ccrowhurstram commented 9 years ago

ng-table is largely non-prescriptive of the html markup used to render rows and cells within tbody.

That means you are free to customise trs and tds using any angular directive or css you require.

C

WWL-MikeRoberts commented 9 years ago

for a basic example of what I think you are asking for: http://plnkr.co/edit/FZOXs2?p=preview