Show all rows not working
My database has 1545 rows, when i define the page lenght as -1, i get teh following error "DataTables warning: table id=DataTables_Table_1 - Invalid JSON response. For more information about this...
View ArticleRETURN DEF
Good afternoon. As I do, if the clicked button is create it sends a fixed value A in a given field, if it is update, it takes a value B and if it removes, it takes a value C. Any tips, please !?
View ArticleDatabase implementation in react
I am looking for an example of implementing datatables in react app . Could some one please point me to any working example ?
View ArticleGetting Export Button added In Editor
How would I get the export button for CSV to the below code? new $.fn.dataTable.Buttons( table, [ { extend: "create", editor: editor }, { extend: "edit", editor: editor }, { extend: "remove", editor:...
View ArticleAdding rows to datatable from json object data
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleAn SQL error occurred: SQLSTATE[42000]: Syntax error or access violation:...
How to fix this error using uploadMany in create: An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1110 Column 'id' specified twice Here is my code: Thank you in advance!
View ArticleIs RowReorder currently not working?
Row always returns to its original location. Tried with Safari 12.0.2 and Chrome 71.0.3578.80. I tried with my own code (used to work), and with the a couple of examples (including one on your site):...
View ArticleUploadMany Update Not Working
May we ask what should be the problem here. Multiple files is working when uploading (Createbutton).However, when editing or changing the files/images it is not working. No error message, and the data...
View ArticleIs it valid to assign an object or function to columns.data when using...
The columns.data documentation states that an object or function can be assigned to the data field. However, when I assign an object, I receive the following warning: DataTables warning: table...
View ArticleBootStrap Datatable not loading in Modal popup
I have a requirement to populate a Datatable in Modal on click button event . The modal empty every time. Please advise how to load the datatable. Below is the code of the datatable initialisation. var...
View ArticleSimple question about button page lenght
My table has 1535 rows and showing all properly, but in the button pageLength the text presented is "Showing -1 lines" because when i want all lines i send the value -1 to the server side script. I...
View ArticleFollow-up to a closed discussion 'Leading spaces are getting trimmed...'.
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleCustom edit to edit record and creat
Description of problem: Hi, I'm using .NET Editor 1.9.2 I need to create a custom edit button: this button must do 1. update one column for the selected row 2. open modal to edit row 3. create a new...
View ArticleDropdowns in Gridview header are not visible on button click when scrollX is...
ScrollX is enabled for the gridview.But when i try to open the dropdowns(button) ,those dropdowns are hidden behind the body(Please see Image2).Anyone please help me in finding the answer?...
View ArticleReload nested datatables and open shown rows
Hey Everyone! I have used nested datatables upto 2 levels. There is a datatable inside each row of which is another datatable inside each row of which there is another datatable. Data Source is ajax...
View ArticleBootstrap 4 Responsive Table loading smaller than it should
https://codext.ci.davenport.ia.us/building_permit/index.php Hi all, as you can see if you test with the link above, my responsive datatable is loading with a fixed width of 956 pixels when the page is...
View ArticleDate formatting is strange in editor
I have two datatable editors. Both need to return dates in Dutch format, edit etc. This is the C# code for one table: [HttpGet] [HttpPost] public ActionResult LeningenTable([FromForm]string GebouwID =...
View ArticleNew RowsGroup plugin: merge cells vertically (rowspan)
Hi, all! I've created the new Plugin as a replacement for old fnFakeRowspan (http://datatables.net/plug-ins/api/fnFakeRowspan) plugin. It works both for standalone and server-side processing. Now it...
View ArticleSearchPane - Ordering inside a Column
I have created a table with sports activities for disabled people. Users can search for offers. The "SearchPane" extension is also set up for this purpose. In one SearchPane-column you can filter by...
View Article