Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82257

Some of the rows in the table are not able to edit. It gets frizzes after Enter.

$
0
0

The table was working like a charm without any issue for months. there was no update from our side with the code.

            $('#table').on('click', 'tbody td', function (e) {

                var idx = table.cell(this).index().column;
                var title = table.column(idx).header();
                colName = $(title).html()

                if (colName.trim() === "Comments") {
                    editor.bubble(this, {
                        onBlur: 'submit'
                    });
                } else {
                    editor.inline(this, {
                        onBlur: 'submit'
                    });
                }
            }); 

Viewing all articles
Browse latest Browse all 82257

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>