Search
19115 results 14121-14130
Forum
- 23rd Jul 2013White space above table created by tagsNever mind; there were tons of spaces in my HTML table data that I wasn't seeing - that was the problem.
- 30th Jan 2013sScrollY creates duplicate thead/tr revisitedCan you link to a test case please: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read ?
- 18th Dec 2012sScrollY creates double and cols are misalignedgrrr... I'm sure I've tried removing border-collapse some days ago but nothing changed now it works correctly.. maybe I've fixed other problems in the meantime and now it was the last missing tile. sorry for double posting and thank you for the help have a nice day a
- 9th Nov 2012calculate fields in Create/Update screenMy example is selecting input elements inside the field my_field . The event will fire on change or keyup. Since a select menu isn't an input element, but rather a select on the selector of course won't match anything and thus would never fire. You need to modify the selector as appropriate. Allan
- 5th Aug 2012Themeroller not working on table created on serverI've resolved this. I am using Asp.Net Web Forms and there were two issues. The first is that my table's Id value was getting prepended with other values when the page was rendered so I wasn't even referencing the correct Id. That was easy to fix. The second was that I was using the HtmlTableRow class to populate the table and this does not render thead and tbody tags. So I switched to an asp:table server control and used the TableRow class. With this, I could set each row's TableSection property to TableSection.TableHeader or TableSection.TableBody prior to adding to the table's rows collection and the thead and tbody were rendered again.
- 25th Jul 2012Updating a cell of a dynamically created datamodelok, i found the problem: fnAddData always returns an array. Thus, the array in the row variable causes the trouble in fnUpdate. Bug report can be closed ;-) Anyway, maybe it is worth to add a small textual hint for this exception as it seems to occur always if the data is malformed. Cheers
- 30th May 2012bStateSave creates erroneous sort orderI might have to do a manual workaround for bStateSave. I'll think on it some more. The stylesheet I use is here, all made by me: https://beta.propertypreswizard.com/test_scripts/beta/css/default.css (some gradients and font definition here) https://beta.propertypreswizard.com/test_scripts/beta/css/datatables.css Gradients are pure css, built here: http://www.colorzilla.com/gradient-editor/ Rounded corners built here: http://roundedcorner.org/css3-rounded-corner-generator?quicktabs_CSS3-Rounded-Corner=customer#quicktabs-CSS3-Rounded-Corner The live version has a text size slider at the bottom that resizes text and columns in realtime, also the grid expands to fill the screen horizontally and vertically which is demonstrated here: https://beta.propertypreswizard.com/test_scripts/beta/home.php
- 8th May 2012add new row and set img click event on one column of newly created rowThanks, It solves me the same question Ray
- 12th Dec 2011No error but no table createdNevermind, stupidly forgot the # on the id.
- 28th Nov 2011Can't delete rows created with fnAddData()Sounds great - look forward to seeing your work :-) Allan