responsive-tables icon indicating copy to clipboard operation
responsive-tables copied to clipboard

Tables that work responsively on small devices.

Results 44 responsive-tables issues
Sort by recently updated
recently updated
newest added

When a responsive table is loaded via an AJAX request it fails to display correctly. I attempt to call 'updateTables' after ajaxComplete, but this does not seem to work either.

I attempted several times to use the code provided, but my table is not getting anywhere. Once, I use the code... Size/Quantity 100 200 300 500 7500 1,000 2,000 3,000...

jQuery.load(updateTables) fired an exception »Uncaught TypeError: a.indexOf is not a function«. Probably the function updateTables should only be initially executed.

Hello everybody, I have a little question … Is it possible to change the jquery-code of the „responsive-tables.js“, so that it works with a newer jquery version (3.*)? I would...

Hello. This pull request is in response to [Issue 42, newer jquery version](https://github.com/zurb/responsive-tables/issues/42). The issue was the use of the `.load()` event, [which has been removed from jQuery 3](https://jquery.com/upgrade-guide/3.0/#event). I...

It throws the pinned section below the table and keeps the initial table header in place, and no scroll whatsoever, leaving me with a unresponsive table PLUS an extra pinned...

The scrollbar isn't fully visible: ![scrollbar-invisible](https://cloud.githubusercontent.com/assets/8310677/20423737/6158985a-ad72-11e6-88ae-16d4274b99ce.png)

The instructions to use this code make no mention of jQuery. I'm running jQuery 3.1 and it doesn't work. If i temporarily switch to 2.1 it works OK. It took...

Hello, Adding dynamically rows shows old extra columns that are not expected to be shown. ## I have a workaround to solve this: function splitTable(original) { unsplitTable(original); ## .... I...