Search
43568 results 7251-7260
Forum
- 7th May 2014Want to set log in backend in Jquery data table with 3 tabs whenever user login and click any tabs.Hi, We have implemented datatable with three tabs. It is one page portal application, where we Want to set log in backend iwhenever users click any tabs. except the initial load where it is loaded for 1st time. Please help me to implement it.. Regards, Indubhushan
- 6th May 2014Datatables.api().ajax.reload() not cause table to refresh my location of scrollingI am using datatables to provide information. However, because of how often I refresh the data, the user will be pushed back to the top of the screen when I refresh the data, if they have scrolled down to the bottom of the list. How do I keep the datatable from resetting where the user is at scroll-wise.
- 25th Apr 2014How to send all table data to save as PDF ?I was added dynamic row in Fndrawcallback function, but this data not come PDF, Excel or CSV.
- 14th Apr 2014How can i add sorting and pagination for dynamic tables using data table conceptAm having different tables with same id ,these tables are coming based on data from database. Now i need to implement functionality( pagination and sorting columns ) for these dynamic tables. Thanks, Harikrishna N.
- 11th Apr 2014Multi dimensional array in table rowHi people, I'm having a problem here with datatables. I want to show an array in my row, i'm not the best talking in English, but is something like this. [code] Username | Password | Something user1 | password1 | something1_1 | something1_2 | something1_3 user2 | password2 | something2_1 user3 | password3 | something3_1 | something3_2 [/code] Here is the debug link: http://debug.datatables.net/ayufal As you can see in my debug, the aaData item I want to show like this, is "historicoSituacoes" [code] "historicoSituacoes": [{ "id": 1, "dataSituacao": { "date": "2014-04-04 00:00:00", "timezone_type": 3, "timezone": "America/Sao_Paulo" } }] [/code] In this time I just have one in all, but sometimes it will be more than once. Could someone help-me with this? If you want to see the live page, the link is http://protesto21.com.br/titulo/intimacao/ User: 1oficio Password: p21 Thanks for all and sorry for bad english
- 20th Mar 2014reload Table with new Data when bServerSideI have to load new datatable information on my second request. The input parameters will differ totally on successive requests. From the Ajax respone, I have to clear my old data and load the new one. Also, first request (on initializing datatable) sends pagination, filters parameters but I would like to send all those parameters in my second request as well. Please help me.
- 20th Mar 2014reload Table with new Data using serverside processingI have to load new datatable information on my second request. The input parameters will differ totally on successive requests. From the Ajax respone, I have to clear my old data and load the new one. Also, first request sends pagination, filters parameters but I would like to send all those parameters in my second request as well. Please help me.
- 7th Mar 2014Link Inside of a Table (ember.js)Thanks in advance for the help. I am using ember.js and datatables to display data. I have the datatable working, but I would like for some of the data to link elsewhere. The way I have it setup is I have the json data inside the app and use aoColumns to pull from that data. My problem is that I can only get mData to pull one variable. I want to be able to pull a couple. For example, I want it to pull the image variable to display the image, but then also pull the link variable so when they click on the image it links elsewhere. This is the code I have so far: http://jsfiddle.net/dizbiz/UcDF4/2/ So in the section where I have the "aoColumns", I want some way that i can do the mData of 2 of attributes so I can use the link attribute to create a link on each row. Thanks! David B
- 5th Mar 2014clearing and refreshing tableI have a button to clear the search form fields, so I did: [code]searchTable.clear().draw();[/code] That seems to continue to submit cached data. I've tried a ajax.reload() without much success. Do I need to column().search() with empty data? That seems cumbersome, since I have 4 form fields that I want to clear.
- 3rd Mar 2014How to use Context menu in Datat Table using jqueryI am using datatable and i want to impleent right click option on each so how to implement and which jquery plugin use.