Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add searchBuilder option for DataTables #292

Merged
merged 9 commits into from
Nov 20, 2024
Merged

Add searchBuilder option for DataTables #292

merged 9 commits into from
Nov 20, 2024

Conversation

bedroesb
Copy link
Member

@bedroesb bedroesb commented Nov 7, 2024

image

"
SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. This offers more advanced search controls than is currently offered by SearchPanes or the core DataTables functionality. It is possible to set logic types for groups and apply a variety of conditions.
"

  • Add dependency
  • Add option
  • Add option to documentation
  • Test in multiple deployments
  • Fix: SearchBuilder Requires DateTime when used with dates @supernord

Currently this setting is website wide activated, but this might need to be changed on a page level setting.

@paulzierep
Copy link

Hi @bedroesb we get a SearchBuilder Requires DateTime when used with dates popup. I assume we need: https://datatables.net/extensions/datetime/ - could you add it to this branch ?

@bedroesb
Copy link
Member Author

Had a busy week, I will look at this next week!

@bedroesb
Copy link
Member Author

@paulzierep and @supernord I've added the dependency but I don't have a table at hand to try it on to. Could you give it a go and let me know?

@bedroesb bedroesb changed the title Add searchBuilder option for Data Tables Add searchBuilder option for DataTables Nov 18, 2024
@bedroesb bedroesb merged commit 329c584 into main Nov 20, 2024
2 checks passed
@bedroesb bedroesb deleted the datatable-query branch November 20, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants