-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Feature Request] simple datatable #368
Comments
Can you share your datatable code? It should look like this: <div class="table-responsive">
<table id="datatable" class="table table-flush order-column">
<thead class="thead-light">
<tr>
<!-- Header -->
</tr>
</thead>
<tbody>
<!-- Data -->
</tbody>
</table>
</div>
<script>
const dataTableBasic = new simpleDatatables.DataTable("#datatable", {
searchable: false,
fixedHeight: true
});
</script> |
that simple-datatable is incomplete documentation. Here mylast attempt
};
} document.addEventListener("DOMContentLoaded", async (event) => {
}) here response sample |
What is your enhancement?
i cant create datatable with server side render, and the css on pagable number is not running.
The text was updated successfully, but these errors were encountered: