Limit number of rows in the table
Hi guys, I need to create a condition or simply limitation when in my table has 10 records, the idea is only allow 10 records no more. do you have any idea? thank you.
View ArticleSorting date not working as expected
I'm having trouble with the sorting of a date column. It seems that it only sorts the day but not the year. I've made a jsfiddle with the issue if you sort the startdate there are records of 2019...
View ArticleGrab click event of a checkbox added with prepend
Hi I have added a checkbox with the prepend method to an editir form. what is the correct syntax for grabing the click event. Tried these but they won't work: $('input:checkbox').on('click', function...
View ArticleSample implementation of serverside processing in C# MVC, EF with...
I have seen people asking a few times how to use datatables serverside with MVC and EF with paging sorting and searching etc. I had some code lying around so I thought its time to give back and share a...
View Articlechange "broken/notfound" image not working
Could someone help me with right use of "onerror" while I return images? Here is my example: http://live.datatables.net/cayafasi/1/edit it still shows the default "broken/notfound" image instead of the...
View ArticleRefresh DataTable without changing the state of Child Rows
The datatable contains child rows. The table's data should refresh after 5 seconds, but, as soon as the page refreshes, the rows that are in row.show() state revert back to their hidden state. I want...
View ArticleDatatable editor from generator to codeignator
How to use datatable editor from generator to codeignator 3, would you give me tutorial or article ?
View ArticleHow to perform several consecutive CSV imports
Hello, I am facing an issue when I try to import several consecutive CSV file in my tables. I look into your example : https://editor.datatables.net/examples/extensions/import The issue also exists :...
View ArticleOrder type data ERROR
Here when I order for the given column, it doesn't execute the order correctly.
View Articlehow to summarize two fields?
I feel a bit stupid, but i can't get it working. I have 2 int fields, (purchase, marge) and i want to display this computed value: purchase*((100+marge)/100) Trying: { data: null, render: function (...
View ArticleAdvanced table row filtering
Following this question, due to the difficulty in creating advanced custom filtering, I decided to follow standard filter() api route. I successfully created a regex to match strings different from one...
View ArticleScrollY locked header & align issue (example provided)
When using ScrollY the header becomes locked and will sometimes mis-align. The main issue is when scrolling horizontally the header does not move and if there are headers off screen you never see them....
View ArticleAllowing multiple items in column while using select searching
Thsi is kind of a confusing thing to explain so here's an example: http://live.datatables.net/kixurigu/1/ Basically I have a client that want to tag one row with multiple items. For example they have a...
View Articledeleting multiple rows - a potentially dangerous...
I have a datatable where I want to allow deleting all records (usually between 100 and 200 records). I get an error when the user clicks 'Delete'. I see the following discussion, but not sure how to...
View ArticleServer Side Column Filtering with Drop Down - Get all options
Hello all. I have a datatable and I have successfully implemented the drop down column filters as shown in this example: https://datatables.net/examples/api/multi_filter_select.html However, because I...
View Articleeditor.edit(table({row:selected}), false).set('Bool_fld',false).submit()...
Hi @all When trying to do that the $POST array send to GetData.php does not contain field set, just action=>edit...
View ArticleChanging field type editor for specific rows/cells
I have a one row table and best visualization was to transpose it. I've done everything i need to manage it so now i have a table with many rows and 3 columns: * id (hidden) * field name * field value...
View ArticlePHP Editor changes html content of field
Greetings I'm using quill field type for html input. When Inserting an image, it is formed like this: <img src="data:image/png;base64,iVBORw0K...."/> But in the database I find the value is...
View ArticleUploading More than 1000 Image
User select multiple transaction like the picture below and then upload 5 image so per transaction X 5 if they select 1000 transaction its equivalent of 5000 image. My problem is I get a error “Maximum...
View ArticleIs there an API to disable New button on table view?
I have a table view which is always filtered by an "interest" controlled by a select widget outside of the table. In this particular table, the user should only be allowed to configure one row per...
View Article