0

I've table which displays around 100 records on button click in a div. It comes in a single page so to reach the end, have to scroll down to earth.

It feels messy and i would like if i can make 10 records on first look and next 10 on next page and so...

Somewhat like

enter image description here

Is it possible or any alter way to achieve it????

5
  • datatables.net Commented Apr 2, 2015 at 10:54
  • whoa whow...exactly what i thought was implemented there...thnks mate Commented Apr 2, 2015 at 11:25
  • @Manoz Can't we implement same using css instead of other party??? Commented Apr 2, 2015 at 11:27
  • No, you would need client side scripts for this. This can't be done with css standalone. Commented Apr 2, 2015 at 11:30
  • oh..okay...thnks a lot...gna learn new thing. Commented Apr 2, 2015 at 11:33

1 Answer 1

1

I have also started learning AngularJs recently. If you want to use AngularJs then you could get some help from this link. http://angular-ui.github.io/ng-grid/ . While doing R&D on AngularJs I found this link. Hope this could be helpful. In order to user ng-grid you can either git checkout or download the zip (or use bower) from here https://github.com/angular-ui/ng-grid/tree/2.x

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.