Reloading table, on Rails controller action
Rails 5.2 In my views/books/show.html.slim, I have the following: = render partial: 'authors/index', locals: {author_id: @author_id, book_id: @book_id} In my views/authors/_index.html.slim, I have:...
View ArticleDataTable wont shot row from ajax sourced data
I have created a fiddle: http://live.datatables.net/xopuciga/1/edit When I set this up, I had it working fine (returning the text 'TABLE') (I am using ajax sourced data for the table in my live app but...
View ArticleTypeError: $.fn.dataTable.Editor is not a constructor
Hello, I know that there are other issues with this title but what I am trying basically is in this example: https://editor.datatables.net/examples/inline-editing/simple, but it does not work, I tell...
View ArticleUse of unique() when data is an object
I have a table that is loaded from JSON and for one of the columns the JSON is an object rather than a primitive type eg { "data": [{ "column1": "30027215", "column2": { "display": "Some display text",...
View ArticleLarge form
I have a large form I am using with DataTable Editor. It has a lot of fields Is it possible to format the modal that comes up, to put the fields in two or three columns or anything else? thanks
View Articlecolumn.search filtering on blank value
good day, i am using column.search(val, true, false ).order( [[ 1, 'asc' ]] ).draw(); and in my column i have blank values and some strings. Could you recomend me how can i receive rows with blank...
View ArticleRow selection does not trigger checkbox change event
Hi to All, It seems that the change event of a checkbox only triggers when the checkbox itself was clicked. However, when a row is selected, it checks the checkbox but does not trigger change event....
View ArticlestateSaveCallback & stateLoadCallback server-side issue RESOLVED!
I've seen several people post issues regarding stateSaveCallback and stateLoadCallback passing data, but their stateLoadCallback was not updating their list. I'm posting my solution once here instead...
View ArticleEditor License Question
I would like to confirm my understanding of Editor's License agreement. The license is per developer. As I read it, I see no restriction on where or how software built with the Editor is used....
View ArticleI am having a problem pulling the data called, to my table. How can i achieve...
This is my api code app.get('/readVendor', function (req, res) { let sql = "SELECT Id,firstName,lastName,telephone,email,address FROM vendors"; //query db con.query(sql, function (err, result) { if...
View ArticleDuplicate Entry error when importing with changes.
Hello, I get Duplicate Entry error when I re-import data with some changes. Is there any way to update the record if changed when importing.
View ArticleInstance search
i am using datatable in my internal purpose application in one of my page, search is not triggering for specific words like mary, mar, won please help
View ArticleText align center correctly?
Hi! I don't know if anyone has noticed that when you want align center the text of the table, the text is not alignment correctly. I think that the cause is that the alignment also count the order...
View ArticleError in Colvis
Hello, I am get following error when I click on Column Visibility button. dataTables.buttons.min.js:34 Uncaught TypeError: c.inst._popover is not a function at s.<anonymous>...
View ArticleAgain: SELECT DISTINCT
@allan, SELECT DISTINCT has been discussed multiple times in various threads. Recently in this one: https://datatables.net/forums/discussion/55145/select-distinct#latest I think there are situations in...
View ArticlePerforming calculations server side
I am trying to perform a calculation after I make an inline edit to a row called percent_margin. I want the next column in the table margin_flat to perform a calculation and update that value in the...
View ArticleDataTable horizontal scroll bar disabled/not visible
I have tried the example here and it works fine. Coincidentally the table that I have created has 14 columns then I observed that the horizontal scroll bar was not functioning/ not visible. Is there...
View Articlepersian language with datatables pdfmeke
hi i want use persian language in datatables and use pdfmake but it dosent work can you help me i want this soulation this is my code <link rel="stylesheet" type="text/css"...
View ArticlerowGroup multi level group startRender question
Hi, First post here on datatables forum. Love the product, real game changer for my team at work. Anyway, on to my question. I'm working on a table whereby i am using extension rowGroup with multi...
View Article