I cant put an scroll onthe pop up editor
I cant put an scroll onthe pop up editor

Hi , I can´t activate de scroll on the pop up editor , heres mi code
var editor;
$(document).ready(function() {
$.extend($.$.fn.dataTable.Editor.display.envelope.conf, {
windowScroll: true,
attach: "head"
} );
editor = new $.fn.dataTable.Editor( {
ajax: "../../../Editor-1.4.2/gestinc_php/cat_incidencia_config.php",
table: "#t_cat_incidencia",
display:"envelope",
fields: [
Any idea??
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
im working with jetbrains and it tells me : "unresolved variable envelope" .. please help me
I think you mean just:
Allan
Thank you!