Search
-
Wish to style specificaly the Search box? help
by Raven ·border: #1a1966 solid 1px; -
fnDraw suggested changes
by jamesjburt ·After I posted this, I discovered the code (emplaced by a contractor) to create three filters. Why I never noticed this before also mystifies me (smile). So this explains why three iterations of the -
How can I suppress client-side filtering?
by jamesjburt ·After I posted this, I discovered the code (emplaced by a contractor) to create three filters. Why I never noticed this before also mystifies me (smile). So this explains why three iterations of the -
Mixing Individual column filtering using "input" elements and "selects"
by svr ·#1 http://datatables.net/release-datatables/examples/api/multi_filter_select.html -
How to show different num of entries via some other element
by Miroslav ·Hello. -
How do I add a row ID to each dynamically added row? [solved]
by [Deleted User] ·As you can see, #14 has the row id and also the correct rowStripe class. #15 (and onwards) doesn't. -
Detail section not working properly with pagination or dynamically hiding columns
by KallDrexx ·I figured out how to fix issue #1. I replaced the call to fnDrawCallback to fnInitComplete. -
DataTables editing example
by jcrawford ·I am not quite sure what to do about issue #1 above. For issue #2 I think I have to use 'ignore' for the blur method and use a submit button, that would fix the date picker issue but I don't like nee -
Looking for help on dynamic table updates
by jnorris ·Thanks for the reply. In this case the table is full of small horizontal bar graphs which will be updated every couple of seconds or so. I think redrawing the whole table will not be usable for this -
Pulling my hair out! Ajax keeps getting the same information
by rh0dium ·3.) On the receiving side I'm expecting my POST['identifier'] to contain the information from #1. When it does have this it correctly sends the data back. -
Is it possible to change the table height?
by GregP ·2. If you MUST have an exact height for a table, do #1 above, then have a look with Firebug or some similar tool to figure out how tall your table ended up being. Round off to the nicest number and us -
how to pass column filters as URL query strings
by fbas ·If I'm understanding correctly, I don't know if you can achieve #1 because your user is most likely accessing the base page (i.e. index.php) and all the calls to database filters are using ajax to gat -
search/filter on specific columns only - not working
by genealogy_guy ·My solution to problem #1 was to concatenate two fields (town, aka_town) in the database into a third field called town1and2. DataTables was set to retrieve three fields amongst others - town (visible -
fnDrawCallback questions
by susang ·So there's problem #1. -
Sort Icon appears left justified on a new line under the header
by rlemon ·Phone#1 -
fnReloadAjax() and Tabs Problem
by sgombos ·function. For example if I am on tab#1 I am displaying the "cellPhoneTable" and then tab#0 contains "allDevicesTable" which isn't being displayed. When I selected a record on the -
Themeroller not working - Must be missing something basic
by Jowalski ·Table #1 -
Checkbox behaviour in a paginated table
by iSabier ·The more important problem is #1. Maintaining the "checked" status of a checkbox, say in page 1, when I paginate to page 2 is troublesome. By the time I return to page 1, it's unchecked. Thi -
Checkbox behaviour in a paginated table
by fbas ·for problem #1, I assume you aren't using server-side controls. If you're just using client side data, you might wish to create some arrays that keep state of checkboxes, indexed by the row number or -
Shared Pagination Control
by jammyjams ·Thanks Allan. I went with #1 and did something like this: