How to remove multiple rows which contain specific string
I need to remove multiple rows at once with string filter with javascript. Help pls.
View Articlebug with select field with inline edit
when I use inline edit, there seem to be a bug with select field, the scenario is as follows: 1.the field type is select; 2.the options for select are only one ; 3.in inline edit, first i click the...
View ArticleDuplicate wrapper with browser forward/back button
I think this is related to using Turbolinks, but I haven't been able to get to the bottom of what's happening. I'm giving all tables I'd like to display as DataTables the class "enable-data-table,"...
View ArticleHow to Open Up a ResponsiveModal from Link
Hello, I am getting some data from AJAX into my Datatable. I am not really sure if it's the right way to display an JQuery UI Dialog with more Details from the Dataset. How to open up the JQuery UI...
View ArticleAPI method to get currently edited field
Would have a method so for example if im bubble editing, I can hook into preOpen and get the current field if applicable and optionally change the set data from the modifier(). Right now I have to do:...
View ArticleEditor generator error message when generating scripts if table and primary...
Hello, I am new with Editor plugin and I have a question. I have successfully use it with basic initialisation and a simple SQL table with two columns. So the plugin works great in this case. I have a...
View ArticleHas anybody had any luck using input.js plugin with bootstrap 3 and...
Good evening all, I am quite new to working with web projects and datatable so go easy on me I currently have a local project using datatables 1.10 with bootstrap 3, I would like to use the input.js...
View ArticleFreeze a row from Editing
I need to prevent a row from inline editing based on a data that is not displayed in grid, but available internally from ajax binding. Meaning some rows will be editable and some rows cannot be...
View ArticleExcel Export Add Rows and Data
Hello everyone, i am now trying to modify the table before saving it as EXCEL and i don't know how to add two sentences before the table starts. For example add one new row before the table and input...
View ArticleDisabling Search stops individual column searching from working
Hi I am new to Datatables so still learning the basics. I have set up a table and all works fine until I disable the 'Search' feature. The reason I am disabling it is that I want to use individual...
View ArticleHow can i apply column formatting to just the currently displayed records
My datatables uses web api to deliver the data in JSON format. After the page loads, the code makes the request and builds an array of data on return like so $.each(data, function (key, val) {...
View ArticleUsing Select[multiple] with ctrl/shit
Hi Allan, We have select input fields which are multiple selection. The problem is that the users has only two options: 1. Select one option. 2. Select several options in a row while holding the mouse...
View Article.dbf file does not open
Two dbf file, and their corresponding index files are not opened in the program. In the Windows can not be copied to another folder, rename, delete, just browse for F3 from TotalCommander. Files were...
View ArticleaaSorting not work
Hi, I use the datatable vbersion 1.10.11 in a intranet project (so I can't give you a link). I try to set a default sort on a special col. But it doesn't work. The default sort is everytime at col 1....
View Articleunexpected font color applied to HTML on datatables page
Hello, I have a strange CSS problem that I cannot figure out. It seems that for some reason, CSS style code is being added inline on the page where I am using datatables, and it is coloring all of my...
View Articlecustom pagination how define ??
Hello , I want to custom pagination like attche image so how i can do this Please Help. Thanks language : { "oPaginate": { "sNext": ">", "sPrevious": "<", "sFirst": "|<", "sLast": ">|" },...
View ArticlePrint multiple data tables on a single button click
Hello, i came across this but this doesnt seem to have the answer there. https://datatables.net/forums/discussion/30129/print-screen-or-multiple-tables-with-single-button I have the similar situation....
View ArticleLocal table editor does not support joined tables
I noticed that when you have a complex data source, you cannot reliably use local table editing. Repro: http://live.datatables.net/mayocawi/1/edit?js,console,output Select a row Click the edit button...
View ArticleDisplaying multiple options above the table
I am very new to web development and need some help. I want to provide the ability to export my table and print, while also display the option to change the number of rows per page. The problem is that...
View ArticleField type "Title" error
Is it possible to use this filed type without 'name' attribute? In the docs described that this type is not submitted to the server but I see that empty data sent from this filed and got an error after...
View Article