DataTable column width expansion when in editing mode

DataTable column width expansion when in editing mode

addnannasifaddnannasif Posts: 3Questions: 0Answers: 0
edited April 2013 in DataTables 1.9
I've been working on a web application using Datatable 1.9.4, and I see a strange occurance where as soon as the user goes into inline editing mode, the column width expands greatly, distorting the table view. I have looked into a lot of of forum posts on this site, but have been unable to find any solution.

On table data load, this is what the table looks like: http://oi47.tinypic.com/2hwzrf6.jpg
However, as soon as the user enters editing more, this is what is looks like: http://oi45.tinypic.com/347fxvd.jpg

Not sure why this is happening, I have been trying to fix the column width within datatable.js as well as jeditable.js, but no luck.

My script is here: http://jsfiddle.net/AuukA/

Replies

  • addnannasifaddnannasif Posts: 3Questions: 0Answers: 0
    Someone please delete this post, I'm an idiot. Figured it out.
  • addnannasifaddnannasif Posts: 3Questions: 0Answers: 0
    I had a CSS issue, totally unrelated to Datatables. Just didn't look to debug the simple things.
This discussion has been closed.