Search
-
SearchBuilder.getDetails()
by PabloCamara ·Good afternoon, -
Four "G"'s appear above [Print] button
by PayrollXL ·Somehow, one particular template renders with for lower case g's, each separated by a space. This appears above the [Print] button as shown here. -
How to add a custom search/filter function for DataTables' searchList using Vue templates?
by allan ·Your easiest option will be to clone the ColumnControl repo and look at how the content types are currently written. The one of most interest will be the searchList code. -
How to add a custom search/filter function for DataTables' searchList using Vue templates?
by ChadChaddington ·Thank you for your prompt answer, @allan! -
DataTables with ColumnControl (searchList) increases load time from 2.5s to 15s with ~4000 Ajax-load
by mattewwade06 ·Good observation the slowdown makes sense since searchList builds all dropdowns at once during render, which is heavy with thousands of rows/unique values; a lazy-load approach (loading options only … -
How to add a custom search/filter function for DataTables' searchList using Vue templates?
by ChadChaddington ·I am trying to create a Vue DataTable component so I can make several tables without having to worry about their overall set-up (since it will be done in this main table component). -
Accessibility issues with the responsive table solution
by msun ·Description -
Vue template slots for pageLength and other datatable controls
by klymov.inekon ·Hello. I have a question. I would like to be able to set slot for datatables controls. For example pageLength set something like this -
latest datatables editor PHP 2.5.0 installation resulting in 404 system error on a test script
by cpshart ·Hi -
ColumnControl searchList not updating when table data changes
by bg7 ·Allan, -
ColumnControl searchList not updating when table data changes
by kthorngren ·I checked the nightly code and the fix seems to be in the code: -
Was there some kind of resize changes that got added around the same time as the Column Control?
by kthorngren ·Start with this technote: -
Populating SELECT with server-side processing
by barraclm ·You can see my site at https://michaelbarraclough.uk/mab/index.html -
Counting records from another table
by rf1234 ·This is the same using Editor's raw() method and SQL: -
Counting records from another table
by rf1234 ·You could use an Mjoin for example and count the values client side. Or you embed SQL ( COUNT(*) ) and return the result from the server. -
Counting records from another table
by arie0512 ·Hi there, -
Decimal not correctly set in swedish internationalization file
by allan ·Hi Bjørn, -
Displaying a null date
by rf1234 ·Looks like your database content for your date field isn't ok. -
soft delete yielding system error when I update the bit field
by allan ·Gah - I was looking at the unreleased version, sorry! It is a foreach in the latest release version. -
soft delete yielding system error when I update the bit field
by allan ·Line 1050 of Editor.php isn't a foreach statement. What version of the Editor PHP libraries are you using? I'd suggest updating to the latest version. It might or might not solve the issue, but it is…