We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hard coded data might be useful to provide Jinja macros
<div class="row"> <!-- [ sample-page ] start --> <div class="col-sm-12"> <div class="card"> <div class="card-header"> <h5>{{ page_title }} data:</h5> </div> <div id="card_body" class="card-body"> {{ data_table(headers,data) }} </div> </div> </div> <!-- [ sample-page ] end --> </div>
Sample: Flask Datta PRO: templates/home/table-dt_ext_responsive.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The hard coded data might be useful to provide Jinja macros
Enhacement
Current version
The text was updated successfully, but these errors were encountered: