angular-responsive-tables
angular-responsive-tables copied to clipboard
Make your HTML tables look great on every device
Should this be a monorepo, supporting both Angular 1 and 2+? How to share the CSS code, given that only the JS code would have different implementations?
This makes it really hard to override the default CSS. How can one force it to exclude this?
Have a look at this code, in responsive mode (taken from w3schools, example on rowspan): ``` html Month Savings Savings for holiday! January $100 $50 February $80 ``` What do...
Hi, I have a table with rather long table names. Now when viewing these on small devices, the header lines break to multiple rows, but the table itself won't increase...