Search
14175 results 3101-3110
Forum
- 14th Sep 2018What do we need exactly to make work the individual search columns with datatable tools?Hi @Nina111 , As you can see, it works in that example, so it's something wrong with your code - but without seeing it, there isn't much we can do. We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 3rd Aug 2018trigger searchtry giving min and max variables different names that what is inside your function
- 1st Aug 2018Move search text box to left sideI have done it this way, which changes the position of the controls as intended but then I lose the paging at the bottom of the report. How do I make sure my pages stays were it is (bottom) when I implement this code?
- 31st Jul 2018Multi Select Search on colums (server_side-on)case, the multi-select option searches based on "contains" instead
- 27th Jul 2018Editor search with server side fails.Hi, Yes. That's correct, forgot to comment on this. Thanks. Regards.
- 24th Jul 2018DataTables search and filter by group?Hi @FrazeColder , Not sure if you're aware, but there's the RowGroup extension that'll do pretty much what you want - here's an one of the examples of it. I modified your example here - the code is repetitive so could be refactored, but I think it does what you're after, Cheers, Colin
- 24th Jul 2018Server Side Processing and SearchMy suggestion would be to use client side processing unless you have thousands of records that cause performance issues. deferRender can help with page rendering speed but if the full set of data is slow with the ajax response then you will need Server Side Processing. This page discusses the parameters sent to the server and the expected responses when using Server Side Processing. Your Django scripts will need to handle searching and sorting. Kevin
- 15th Jun 2018File Export with Individual Column SearchThanks @colin, I've figure it out, thanks.
- 8th Jun 2018how do i use load datatables with an elastic search response and call the api again pagination?The documentation I linked to describes the API that DataTables uses for server-side processing. Basically you have to have the server expect that set of data, and then respond with the JSON parameters that DataTables expects. If it isn't possible to do that with your API you would need a proxy somewhere to translate between them. Allan
- 5th Jun 2018Hide the header & keep search in centre.Not really a DataTables problem. Your browser inspector will show you this border: 1px solid #ddd; in bootstrap.min.css. Unticking the box makes the problem go away; but I don't know what other effects this may have.