Vertical scrollable table

linkaiyi
Follow

Make Table easy scrollable

<div class="formset">
    <table class="table">
        Table Body
    </table>
</div>

following makes the table vertical scrollable

        $('.formset').css('overflow-x', 'auto');
        $('.formset').find('table.table').css('width', '1500px');

JQuery check if dom element exists

use obj.length

    if ($('#kt_table_inbox').length) {
            var current_table = table_inbox
        } else {
            var current_table = table_others
        }
Object has 0 attachments

Was this article helpful?

This article is viewed 52 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support