最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - What the best Angular DataTables with custom options are for create enterprise application? - Stack Overflow

programmeradmin1浏览0评论

I have started using this template, in future I have to use many tables but they are using ng2-smart-table in this template, am found many bugs and issues I have listed below for simple requirements.

  1. Adding checkbox column (Tried adding but it simply disabled)
  2. Not customizable options
  3. Double Click on Row
  4. Hidden column (To store id of record)
  5. Binding html to table column
  6. Grid not responsive on mobiles and also login into to my project's dashboard takes very long time, I inspect the chrome's Network tab its downloaded 36.4 mb resources (what is resources in chrome developer tool ?). is it heavy ?.

Is there any good data-table modules or libraries are available for creating enterprise level projects?

  • Add , Edit, Remove options in table with validations and custom options to download format support PDF, Excel etc..
  • Responsive
  • Filter
  • Pagination
  • Sorting
  • Dynamic Columns
  • Row Expansion
  • Scrolling
  • Style

I have started using https://github./akveo/ngx-admin this template, in future I have to use many tables but they are using ng2-smart-table in this template, am found many bugs and issues I have listed below for simple requirements.

  1. Adding checkbox column (Tried adding but it simply disabled)
  2. Not customizable options
  3. Double Click on Row
  4. Hidden column (To store id of record)
  5. Binding html to table column
  6. Grid not responsive on mobiles and also login into to my project's dashboard takes very long time, I inspect the chrome's Network tab its downloaded 36.4 mb resources (what is resources in chrome developer tool ?). is it heavy ?.

Is there any good data-table modules or libraries are available for creating enterprise level projects?

  • Add , Edit, Remove options in table with validations and custom options to download format support PDF, Excel etc..
  • Responsive
  • Filter
  • Pagination
  • Sorting
  • Dynamic Columns
  • Row Expansion
  • Scrolling
  • Style
Share Improve this question edited Apr 18, 2020 at 15:42 James Z 12.3k10 gold badges27 silver badges47 bronze badges asked Apr 17, 2020 at 15:10 shivushivu 571 silver badge8 bronze badges 2
  • Another good option is ag-grid, which supports everything you mentioned. The munity edition should work for the use cases you defined. – Brian Commented Apr 17, 2020 at 16:34
  • @Brian Ag-grid is fine but some features such as server-side pagination require a paid license. Deal-breaker for me. – johnnyBoy Commented Nov 5, 2021 at 9:30
Add a ment  | 

1 Answer 1

Reset to default 4

Use angular data tables,

Why Angular data table : 1-You have lots of resources on the internet related to it because it based on the jQuery data table (they covered lots of scenarios that you will need to display your data).

2-They have free Excel, CSV Copy, Print generator no need for a license.

3-lots of features such as group by, reformating the displayed data sorting the data footer, header, select by checkbox, hide columns

and lots of free features except add edit selected row if you want to use it you need a license for the editor.

Update: I've used it with Angular 8 and it has all features that you've mentioned and more. but about Lazy loading, I'm not sure! you can check their website 90% of features that in the Jquery version you can apply it with Angular version.

If you understand how to use it with Jquery you can use it in easy with Angular.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论