jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.73k stars 825 forks source link

Mobile friendly Responsive Tables #80

Closed ArulRozario closed 6 years ago

ArulRozario commented 6 years ago

Hi Paul, I am very happy to be in touch with you and your great plugin. My project has a rapid development just because of your plugin. I have a need to make this unique plugin responsive on small screens. I found a plugin that turns any html table responsive on small screens. http://johnpolacek.github.io/stacktable.js Is it possible to combine this with jexcel? . I know nothing about Javascript or jquery. Help me if possible.

pphod commented 6 years ago

If you pay attention to what this plugins is doing, basically is creating a new table with only one column, hiding the original table when the size of the screen is lower then a certain value and showing the one column table.

Unfortunately, jExcel considers the structure of the table and won't work properly.