Can't get the pagination buttons to work
I've tried many things, including looking at code that works. The buttons actually work, but the button style isn't showing up. When inspecting the element I get <span class="first paginate_button...
View ArticleUsing 2 Editor forms the second being an extended version
In fact I want use one reduced form for the 'create' part which show only required fields and the complete form (with all fields) for the 'Edit' and 'delete' parts. Does Editor support this kind of thing?
View ArticlefnUpdate for a single cell with objects
i would like to update a cell with an object. but i am getting error while doing so by fnUpdate . Inside fnRowCallback function i will convert this object to a string and i will put this string in the...
View ArticleInterrupting a page/sort to query the user
Our tables are populated with checkboxed items. When the user pages (or sorts) when any items are checked, we want to ask the user via a jQueryUI Dialog box if they want to navigate away (and lose...
View ArticleAllow form to submit from datatable
My row has a button, which on click will submit the form. But the click doesn't work. <%= form_for(@sing) do |f| %> <tr> <td><%= @sing.number %></td> <td><%=...
View ArticlePlacing Multiple tables on Same Page
On my website I have a drop down list that displays a different <DIV>. Each <DIV> displays a different list, but only the first list is showing the filter and sort features. How would I go...
View ArticleUse .aoDrawCallback.push() or delegate/on("draw", and various Data...
Hi, I'm in final stage of writing a column filter plugin for datatables and I was wondering how should I register it to be executed upon each table redraw, should I use .aoDrawCallback.push or bind to...
View ArticlebSortable problem
hi, if i set bSortable: false in first column , all others columns not sortable. if i set bsortable any other column words fine. in first column mouse click is disabled, in others click is enable but...
View Articleinput boxes in place of data
I'm relatively new to datatables, it being the already-existing technology used on a website I've inherited. I have to say--I LOVE IT! It has been fun and relatively easy to use and I'm eager to use it...
View ArticleProblems adding records to existing table by ID, with multiple tables on the...
Hi there, I'm attempting to use dataTables inside a workflow with a variable number of tables at runtime. I've built an object which creates an empty dataTable on instantiation, with an AddFeatures...
View ArticleNested editors
Hello, Probably a strange question, but is it possible to nest editors. For example, if I create an editor type extension that shows a datatable in the edit form, can I then use an editor on that...
View ArticleInput bug in filter global search
Good evening, Iam using a custom filter instead of using global filter through created input with special id and using fnFilterAll widget but the problem that when I disable the main filter which...
View ArticleHTML5 use <input type="search" ...> for filter
I am classifying this as a bug because it was something noticed/commented upon in the DataTables 1.8 release as being trivial (and it is) but it's still not fixed. It would be nice to have the HTML...
View ArticleHow to disable default row shading?
Is there any way to disable how every other row is shaded? I don't want to mess with the css, so is there perhaps a setting to use when initializing the datatable?
View Articleloading data to datatable
hi i have a drop down list box and a data table. the table should get updated based on the value selected in the drop down. i have used sajaxsource to call the function.the function is called only...
View ArticleIgnited Datatables // php library
Hello guys, Some of you guys might heard about Ignited Datatables. A wrapper class/library for Codeigniter. ( codeigniter version :https://github.com/IgnitedDatatables/Ignited-Datatables) Here is the...
View ArticleSOLVED: Using KeyTable and DataTables with multiple tables on the same page
Hi, If you are insterested in, I've written a patched version of KeyTable which allow to use the great [KeyTable plugin with multiple DataTables on the same page:...
View ArticleColumn Filter - External Form don't work with IE7
Hi folks, the Problem is that the ColumnFilter seems to not work with the sSelector in IE7. The Datatables is running in Intranet, so just Screenshots: In FF it is shown correctly:...
View ArticleAccessing underlying columns at run-time
I am trying to find out how to access the underlying table columns at run-time. I have a tool tip which should be visible only when it hovers over the facility id field to show the facility name but...
View Articleconfusion with currency sorting
Hi. I am having some trouble with currency sorting. I am feeling a bit dense, but I don't understand what the docs are saying, and what exactly I need to do. - For the type detection - is there a file...
View Article