mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-27 00:54:15 +01:00
Fix: jEditable calculated width could cause column to resize - just force width to be 100% of the cell, rather than calculated
This commit is contained in:
parent
9809d71161
commit
e92739fb1f
@ -29,7 +29,8 @@
|
||||
"column": oTable.fnGetPosition( this )[2]
|
||||
};
|
||||
},
|
||||
"height": "14px"
|
||||
"height": "14px",
|
||||
"width": "100%"
|
||||
} );
|
||||
} );
|
||||
</script>
|
||||
@ -495,7 +496,8 @@
|
||||
"column": oTable.fnGetPosition( this )[2]
|
||||
};
|
||||
},
|
||||
"height": "14px"
|
||||
"height": "14px",
|
||||
"width": "100%"
|
||||
} );
|
||||
} );</pre>
|
||||
<style type="text/css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user