Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DataTables
/
Editor-PHP
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
36
Code
Issues
5
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 23, 2025
Fix: Using `ifEmpty(null)` could result in a warning in PHP 8.1+
Show description for c4632c2
AllanJard
committed
c4632c2
Copy full SHA for c4632c2
Commits on Sep 9, 2025
Release 2.5.0
AllanJard
committed
f532026
Copy full SHA for f532026
Commits on Sep 3, 2025
Dev: Code style
AllanJard
committed
0e7db69
Copy full SHA for 0e7db69
Dev: Missed a parameter in the function header
AllanJard
committed
f513818
Copy full SHA for f513818
Dev: Adding basic support for ColumnControl's searchDateTime mask option
Show description for a47b5a2
AllanJard
committed
a47b5a2
Copy full SHA for a47b5a2
Commits on Aug 27, 2025
Dev: Forgot to reformat the code
AllanJard
committed
f0e1a08
Copy full SHA for f0e1a08
New: Support for ColumnControl with server-side processing
AllanJard
committed
e25bd84
Copy full SHA for e25bd84
Commits on Aug 18, 2025
Merge branch 'master' of github.com:DataTables/Editor-PHP
AllanJard
committed
57bf0a4
Copy full SHA for 57bf0a4
Fix: Server-side processing - when no filter is applied, only a single `count` query is required. This helps to improve performance.
Show description for 70bc1c1
AllanJard
committed
70bc1c1
Copy full SHA for 70bc1c1
Commits on Aug 15, 2025
New: `Options.get()` method which can be combined with user permissions to allow options to be read or not.
Show description for c278a39
AllanJard
committed
c278a39
Copy full SHA for c278a39
Commits on Aug 13, 2025
New: Conditional validators. Using the new `ValidationOptions->dependsOn()` method you can conditionally have a validator apply based on the value of another field, another field having a value at …
Show description for 6daa207
AllanJard
committed
6daa207
Copy full SHA for 6daa207
Commits on Aug 11, 2025
Dev: phpstan error
AllanJard
committed
66dfd78
Copy full SHA for 66dfd78
Commits on Jul 25, 2025
Dev: Compound key support for refresh option
AllanJard
committed
fd758c5
Copy full SHA for fd758c5
Fix: `Editor->validator()` overloads with `false` as the first argument wasn't being handled correctly
Show description for 6af8b85
AllanJard
committed
6af8b85
Copy full SHA for 6af8b85
Commits on Jul 23, 2025
Dev: Style
AllanJard
committed
42e7135
Copy full SHA for 42e7135
New: Support for `refresh` option in Editor's `e-type form-options`.
AllanJard
committed
0cff087
Copy full SHA for 0cff087
Commits on Jul 2, 2025
Release 2.4.3
AllanJard
committed
2afe02f
Copy full SHA for 2afe02f
Commits on Apr 25, 2025
Editor 2.4.2
AllanJard
committed
1e81eb7
Copy full SHA for 1e81eb7
Commits on Feb 28, 2025
Fix: Rename `Options->include()` to `Options->inc()` - this is required for PHP 5 compatability.
Show description for da14762
AllanJard
committed
da14762
Copy full SHA for da14762
Commits on Feb 19, 2025
Fix: Update return information from `Database->insert()` to clarify that only `insertId` should be used from the return.
Show description for 2aa0310
AllanJard
committed
2aa0310
Copy full SHA for 2aa0310
Merge branch 'master' of github.com:DataTables/Editor-PHP
AllanJard
committed
95a4c25
Copy full SHA for 95a4c25
Fix: When label and value are the same in an `Options` instance, don't attempt to read them twice from the db.
AllanJard
committed
c3a76a2
Copy full SHA for c3a76a2
Commits on Feb 10, 2025
Fix: For `Mjoin` apply the main JOIN before any left joins
Show description for 3303b4f
AllanJard
committed
3303b4f
Copy full SHA for 3303b4f
Commits on Feb 6, 2025
Release 2.4.1
AllanJard
committed
23175a7
Copy full SHA for 23175a7
Commits on Jan 21, 2025
Dev: Need the default for the action to remain
AllanJard
committed
0903a53
Copy full SHA for 0903a53
Fix: `Editor->actionName()` wasn't correctly used for general form submission
Show description for cea7999
AllanJard
committed
cea7999
Copy full SHA for cea7999
Commits on Dec 23, 2024
Dev: Comment styling from csfixer
AllanJard
committed
d584d89
Copy full SHA for d584d89
Dev: Update phpstan for PHP 8.4 and regen base line, fixing a couple of errors in Options for phpstan
AllanJard
committed
35625cf
Copy full SHA for 35625cf
New: `new Options()` can now be passed parameters for easy creation of options without needing the chained methods, for the most simple of use cases.
AllanJard
committed
7900e10
Copy full SHA for 7900e10
Commits on Dec 18, 2024
Dev: CS Fixer run
AllanJard
committed
1b7922b
Copy full SHA for 1b7922b
Merge pull request #42 from Slvstar/master
Show description for 70504ad
AllanJard
authored
70504ad
Copy full SHA for 70504ad
Commits on Dec 17, 2024
Dev: Enhance pkey method to ensure consistency for single primary key inputs
Slvstar
committed
e82fd0b
Copy full SHA for e82fd0b
Dev: Correct type of Field->options()
AllanJard
committed
f10428c
Copy full SHA for f10428c
Commits on Dec 16, 2024
Dev: Types corrections
Slvstar
committed
5ad2043
Copy full SHA for 5ad2043
Commits on Dec 13, 2024
Dev: Missing comment
AllanJard
committed
4023786
Copy full SHA for 4023786
Pagination
Previous
Next
You can’t perform that action at this time.