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

HTML table searchable #22

Open
hoelzer opened this issue Jun 9, 2020 · 0 comments
Open

HTML table searchable #22

hoelzer opened this issue Jun 9, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@hoelzer
Copy link
Contributor

hoelzer commented Jun 9, 2020

Problem: non-visiable elements in the HTML table can not be searched

Asked some web designer guy:

Hi,
also viel hab ich mit den dataTables auch noch nicht gemacht. also wenn das js-framework das nicht kann wird das wohl eh schwierig da dazuzuprogrammieren sein.
Zumindest in ihrer eigenen Doku können sie das auch nicht: https://datatables.net/examples/api/row_details.html
Wenn du da die erste Zeile aufklappst und nach der Nummer suchst, findet er auch nix.

Aber viell versuchst du es mal hiermit:
https://www.datatables.net/examples/basic_init/hidden_columns.html

beim Initialisieren der Tabelle kannst du das ja mal mit angeben, viell hilft es ja:

"columnDefs": [
            {
                "searchable": true
            }
        ]

Ansonsten mal bei denen im Forum fragen, viell haben die da ne Idee: https://datatables.net/forums/

@hoelzer hoelzer added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants