jerrylow / basictable

Basic Table jQuery or Vanilla JS plugin for simple responsive tables.
MIT License
127 stars 57 forks source link

Issue with AJAX #12

Closed sabeti05 closed 3 years ago

sabeti05 commented 4 years ago

I am trying this code, But it seems it is not working for the tables loaded with AJAX:

$(document).on('ready ajaxSuccess', function() {
    $('table').basictable({
        forceResponsive: false
    });
});
jerrylow commented 4 years ago

@sabeti05 just created a quick fiddle to test this and not getting any problem https://jsfiddle.net/pr175wq6/1/

Do you have anymore information/errors you're getting?