Search
11430 results 1921-1930
Forum
- 23rd Oct 2018Server-side processing - custom filter - problem after adding type:POSTSo I switched this line from this: SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns ) to this: SSP::simple( $_POST, $sql_details, $table, $primaryKey, $columns ) and also the type in the ajax call and it's working. I'm confused. Is there a difference in the functionality when I use Get or Post or not or it does'nt matter? Thanks
- 27th Sep 2018Checked option filter.Hi @"andrii.radkovskii" , This looks like a duplicate of this thread. Kevin's answer on that thread is the way to go. We offer a support package if you need help with the coding. Cheers, Colin
- 19th Sep 2018DataTables - Checked option filter.Could you help me to redo my code because I'm not very well aware of this?
- 16th Aug 2018multi-pal data show in on row but filter not workingThat makes it sounds like the data being returned by the server is null. Perhaps you can check with your browser's network inspector to see what the server is returning? Allan
- 9th Aug 2018PDF Button - Error on filter all (zero records)Perfect - thanks for your reply. That looks like it could be a useful addition for others. Actually, I'm wondering if it should go into the core library... Allan
- 5th Aug 2018Dropdown filter options resets but state is maintainedThank you!
- 31st Jul 2018how to filter a table based on a selectorSo easy... unbeliveable :D :D :D :D Thank you so much.
- 13th Jun 2018Possible to condense the current filter col's same data into an expandable single row?Ur a wizard harry. Seriously though thank you for taking the time. I don't know java-script very well, but i'll play around with this and see if I can't figure it out. Thank you so much :).
- 1st Jun 2018I am using responsive Data Tables but i have need to add checkbox filter in dropdownbox for column.Hi @tangerine, Ta for that. It should've read: 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.
- 31st May 2018How to properly format and filter this server-side data?I had serverSide set to "true", which requires the server to handle sort/search functions. However, I can't find in the documentation exactly how to do that. Documentation Examples. I don't have an example that uses dataFilter I'm afraid, but those show how server-side processing with the table is expected to work. Return it from where? From the server? Yes, as the documentation linked to above notes you can return an error property in the JSON (or construct suitable JSON using dataFilter in this case). Allan