Search
-
im new here
by anony ·$(this).css('color', '#666'); // this could be in the style sheet instead -
Datatables + IE7 - Pagination = Wrong Table Height? (repost from general)
by xDisruptor ·color: #6d757d; -
Datatables + IE7 = height problem?
by xDisruptor ·color: #6d757d; -
Unable to load jsonp data
by tjonsek ·Stage Store #697","Address":"1112 S Main Street Grove TX 74344","TotalkW":4.01698,"TotalkWh":17153.85,"IncentiveAmount":null,"ApprovedDat -
Unable to load jsonp data
by tjonsek ·{ "aaData":[{"AccountNumber":"95264965302","ProjectID":325,"SponsorName":"Tanya Bell","CompanyName":"93335 Stage Store #697&q -
Unable to load jsonp data
by tjonsek ·callback([{"AccountNumber":"9526496","ProjectID":2,"SponsorName":"Names","CompanyName":"93335 Stage Store #697","Address" -
TableTools dont load -- internet explorer
by obenavidez ·window.document.forms[FRM].elements[BTN].style.backgroundColor = "#6B77F9"; -
how to make my table look like in the example ?
by allan ·#example_wrapper { -webkit-box-shadow: 2px 2px 6px #666; box-shadow: 2px 2px 6px #666; border-radius: 5px; } -
If the table name is example:test datatables does not work
by allan ·http://stackoverflow.com/questions/122238/handling-a-colon-in-an-element-id-in-a-css-selector#656463 -
DataTables intialization hides all the rows of the table (asp.net grid view)
by VinceHan ·And here is part of the HTML code for the gridview -
Help with a CRUD
by allan ·The other way is to modify your initialisation of jEditable to use live events: http://stackoverflow.com/questions/4343109/jeditable-live#6059185 . Either way should work fine :-) -
Inline Row Editing
by jcrawford ·When I load my table and I click Edit on the first row nRow gets set to tr#619.odd in my Watch Panel. When I click Edit on the second row it says tr#417.even -
Sorting a column with bgcolor loses the bgcolor markup
by dshapiro ·Hello, -
problem with paginate button style
by gloosemo ·background: url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") repeat-x scroll 50% 50% #6EAC2C; -
click event highlighting not working [solved]
by H2wk ·background-color:#66FF99; -
iPad/touch/swipe with Scroller
by tommck ·If the table only has 20 rows, and I tell it to scroll to row #60, it fetches new data and positions it so that the top row is row 21, not row 60. Are you not experiencing that? -
Earliest access to styled tables (prior to data fetch)
by GregP ·The ideal for me is that #6 from above ends up after #3 above. In other words, as soon as the header/footer are constructed with toolbars in place, and jQuery styling is present, I want to do the .app -
fnAddData, jeditable and keytable
by Nympheasi ·This code is working to apply jeditable on new row on all td's. How can I apply it only , by example, td #5 and td #6. -
fnUpdate() lags browser when used constantly
by doncullen ·Edit: After applying the above change and below changes, fnUpdate has dropped way down in the list, so now fnReDraw is now at #5, while fnSort is at #6. Screen shot is below of the firebug output. -
fnUpdate() lags browser when used constantly
by doncullen ·on optimizing processActiveQueue. But #4 to #6 concern me. Hence my posting here.