Datatables FlashPDF / Html5PDF
Currently I'm only testing the FlashPDF functionality due to the fact I also have to support as low as IE9, but when I try to set the filename or extension options they seem to be ignored. I'm using...
View ArticleIndian Rupee Currency Icon not display while creating a pdf using datatable...
Hey i m using datatable in my project but when i click on pdf file to download it not display my currency icon ₹ . instead of it show ? . help me how to solve this problem while creating a pdf or excel...
View ArticleDatatable Plugin Not Working For HTML Table in Blogspot
I'm new to the DataTables tool. I want to add a dynamic table in my blogger so i used the javascript method with the CDN option but nothing worked. No effect, just plain appearance. See code below...
View ArticleMulti-Column sorting server-side (AJAX)
I have been struggling to work out how to enable multiple column sorting serverside (AJAX) using DataTables v1.10. I am using the code below: $('#search-results').DataTable({ processing: true,...
View ArticleReload dynamic dataTable
Using Laravel, I use various Views containing each a DataTable with the same class, and different IDs. At any moment there is only one dataTable loaded in View (HTML). I get my data from ajax server...
View Articlehow to set pdf column width . because while generating a pdf file the column...
see url and check pdf http://pwdapp.ciai.in/Home/LAReports
View ArticleLarge amount of data could not be bound in datatable
Hi all, i am facing problem while i am binding large data let say >300000 rows in datatable. it takes too much time to load data but not giving result. it takes 5 to 7 second to bind 1000 records....
View ArticleFixed Header - calculating the size of cells
Hello, It is not a question but a user back on the use of FixedHeader and a encountered problems. I set up the use of FixedHeader for DataTables in my company's software. However, during integration,...
View Articlebuttons.html5.min.js is throwing error in Chrome browser Version 45.0.2454.85 m
buttons.html5.min.js is throwing Uncaught TypeError: ((d.URL || d.webkitURL) || d).createObjectURL is not a function in Chrome browser Version 45.0.2454.85 m
View ArticleHow do I find how many options there are for a select field?
I have the following field defined How do I get the number of options for the select? I'd like to hide the field if there is only 1. $(document).ready(function() { var editor = new...
View ArticleEditor
I am using Editor with Asp.net MVC. when I edit a record, the library calls a action method that takes formcollection. if there a function to extract viewmodel from the formcollection. I want to...
View ArticleSending multiple values via ajax.data() to $editor->where() end looping...
I want send multiple values via ajax.data() // by e.g. selecting multiple input values // to $editor->where() and then loop through the where condition. How can this be done? table =...
View ArticleColumn visibility without full width table
I'm sure this is more straightforward than I'm making it. I currently store table states in a database for users to pick and choose from. Those using my app come from different parts of the company and...
View Articledatatable search button next to filter text box, move search to top left
i have seen this question was discussed before in the forum but didn't see any solution. 1) is there any way i can "Search" button next to default filter box and remove the "Search" label in front 2)...
View ArticleI have one query. I wanted to filter columns but after filtering the result...
I have one query. I wanted to filter columns but after filtering the result data should be highlighted and not trim the rows. Only result data should be highlighted. Can anybody suggest me some...
View ArticleSetting checkbox via javascript/jQuery
Hi, I'm using Editor in stand-alone mode and I've defined a checkbox thus: { label: "test", name: "test", type: "checkbox", options: [ { label: "one", value: 1}, { label: "two", value: 1} ] } I'm...
View ArticleIssue with fixed right column and text input
When using fixed right columns along with input fields, there are two functions that do not work as expected. 1) Double click should highlight the contents of the input field. Currently it causes loss...
View ArticleExport PDF with 100% width
We are looking to upgrade to the newest version and the only thing holding us pack is the way the new version exports to pdf. The old version would set our tables to 100% width where as the new one...
View ArticleHow can I get the table to load faster
I am evaluating Editor. I've used Datatables and am very happy with it, but I can't seem to get the same table (287,000 records) to load as quickly in the Editor version. I have a simple server side...
View ArticleIndividual column searching (select inputs)
I am trying the example: https://datatables.net/examples/api/multi_filter_select.html Individual column searching (select inputs) on mine: $(document).ready(function() { $('#example').DataTable( {...
View Article