hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Class table #267

Open thomasnisole opened 5 years ago

thomasnisole commented 5 years ago

Hello @hjalmers ,

I want to know if it's possible to add a parameter to specify the use of bootstrap table class because i have a specific style for my table ?

Thank you.

hjalmers commented 5 years ago

Generic table has no dependency to bootstrap so you can use whatever you like, I’ve just used it in the examples as it’s a popular framework used by a lot of people. You can add whatever classes you like to the table element with gtClasses. There’s also two field properties that can be used to add certain class names to tr and to elements, rowClass and columnClass. Hope that answers your question:)

.