DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Missing plain css file #75

Closed amirmohsen closed 8 years ago

amirmohsen commented 8 years ago

This package is missing a plain css file. I am loading this extension via bower and only getting the scss files which are no good for dist purposes. Could you please include a plain css file as part of this package so it can be easily "plugged" into any system?

As a side note, most packages include a src and a dist folder to cater to different needs. It would be good to have a similar thing here.

DataTables commented 8 years ago

Hi,

This was raised in #44 and #45. A search for "npm", "bower" or "css" would find those issues.

Because DataTables and its extensions support multiple different styling frameworks a simple dist directory isn't really suitable for them to be used with package managers (it is possible to use NPM with specific files, but its not trivial and not how everyone likes to work). Instead distribution repos are available. Information about this is available in:

amirmohsen commented 8 years ago

Thanks. That clarifies it. To be honest, the data tables website is a bit old-fashioned and it's hard to find information in there.

DataTables commented 8 years ago

I'm open to suggestions on how to improve it.