Search
-
Need some starting-help with ASP.Net MVC
by Telefisch ·In the devtools in my Edge, I can see that "datatables.min.js" and "dataTables.editor.min.js" are loaded. -
Cannot extend unknown button type: selected
by NilsJ ·I am trying to implement a basic CRUD for employees but get the above error as soon as I reference the editor. -
Custom editor
by jalape ·It seems that the problem is not the control of the container, but as a datatable it manages the contained list. I have found this another way, but the problem persists. The input: myInput filters as… -
ajax.data with updating value
by matt_benett ·champion, thank you -
ajax.data with updating value
by matt_benett ·I have a selectbox, that I want to use in my serverside processing of each ajax request sent through. -
Print ID number into string ?
by adeguntoro ·I have a table, it contain with few ID. For example, if ID = 3, we call it village, and if ID = 4, we call it sub district. I use this code : -
dom styling vs styles (some problem/conflict)
by kthorngren ·Are you looking for something like this? -
Custom editor
by jalape ·I think I'm getting closer to the solution, but it still does not work at all. In this way, it filters the set of words in the list, so that, the content of the entry does not coincide with any word,… -
plug lokijs with datatables
by kthorngren ·The code doesn't seem to run. But I do see one issue. You have this: -
Sorting number with Text
by bruceleeon ·Any idea on how I can get the text included with a number to be calculated when sorting? Ie, -
Sorting not working past column 2
by kthorngren ·I put together a simple example from your page: -
Sorting not working past column 2
by bruceleeon ·@kthorngren How do I make that happen? I tried copying from the example listed at your link -
Server side data tables page length is not working
by wajid213 ·d.club = $('#club').val(); d.paginate = $('#paginate').val(); -
Issue with ColVis + colReorder + hidden column
by colin ·Hi @Karlo , -
Server side data tables page length is not working
by wajid213 ·$('#paginate').val(); they are using for other purposes, it is not related to paginate value or for to get number of records.. -
Server side data tables page length is not working
by kthorngren ·Looking at the ajax request they are sending different parameters. -
Sorting not working past column 2
by bruceleeon ·Column sorting isn't working past column 2, I even tried deleting the column just in case the % sign was throwing it off. -
Server side data tables page length is not working
by kthorngren ·I'm wondering if the problem is that you have serverSide: true, but are returning 36 rows of data. With server side processing Datatables expects only the number of rows requested which corresponds … -
Missing Method System.String[] System.String.Split(Char, System.StringSplitOptions)
by A_User_Name ·I forget to mention that the version is 1.8.1 and I am using .NET. -
inline editing with select - changes row height
by rf1234 ·In your HTML you would need to assign the class "dropDownCol" (or whatever you want to call it) to the column.