Search
43641 results 2871-2880
Forum
- 7th Jan 2011Creating new table through ajax and setting it to datatableIt might be... The table will only be initialised
- 30th Dec 2010Fixed Header plugin broken when table has a marginstays static while the table is changing and then
- 29th Dec 2010Hidden columns shrink table bodyYou could possibly try adding an fnDrawCallback method to your DataTables initialisation and set the table width to 100% there ( oSettings.nTable.style.width = "100%"; ). Not perfect, but possibly an interim solution. Allan
- 22nd Dec 2010sScrollX at 100% makes table larger than pageThanks Allan! That fixed it close enough to perfect for me (think my width calculation formula needs some tweaking, but it's only off by a few pixels depending on the size of the table).
- 20th Dec 2010Individual Column Filtering for Dynamically Generated Tablehidden columns in the table) but I am having
- 18th Dec 2010Boost performance on large table by lazy gatherData from HTML without bAutoTypefnAddData - http://datatables.net/api#fnAddData ? Otherwise the table will be redrawn every
- 17th Dec 2010Reload table with data from input boxesto work, but the table is broken. The pagination
- 12th Dec 2010Incorrect table resizing in jQuery UI dialogThis could be related to using hidden columns in the table.
- 10th Dec 2010Create table after page loadIt worked! Thanks for your help. You do have to define the table in the html first though. I just hid the div until the data is returned.
- 7th Dec 2010Table state saving with URL hashesgiven state of my table as well. Using the