E
E
ex_coderisimo2016-03-01 13:30:14
JavaScript
ex_coderisimo, 2016-03-01 13:30:14

What is the best way to implement tables for Angular?

Previously used DataTables . A great simple and powerful tool with tons of features out of the box.
Is there something similar for angular? So that when you start a project, then you don’t run into a rake that suddenly arises?

Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bromzh, 2016-03-01
@ex_coderisimo

ui-grid.info
lorenzofox3.github.io/smart-table-website
ng-table.com
I used the first one, but it's not perfect, everywhere has its drawbacks. If all the data comes from the server, and pagination, sorting and filtering are also server-based, then it’s easier to do it stupidly manually.

A
Alexey Kuzmin, 2016-03-07
@DrMartiner

angular-datatables - very powerful library: can Twitter Bootstrap, there are a bunch of plugins, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question