From 7e338d09a2e070da56976b78652d56d170e47052 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Fri, 9 Jan 2026 09:25:28 +0800 Subject: [PATCH] Add Colum Control --- .../custom/framework/datatables.md | 66 +++++++------------ 1 file changed, 25 insertions(+), 41 deletions(-) diff --git a/docs/development/custom/framework/datatables.md b/docs/development/custom/framework/datatables.md index 1f4b1765..818f43e5 100644 --- a/docs/development/custom/framework/datatables.md +++ b/docs/development/custom/framework/datatables.md @@ -52,58 +52,42 @@ Given the `EveCharacter` Model as our model of choice we would define our stubs {% translate "Alliance" %} - - - - - - - {% translate "Name" %} - {% translate "Corporation" %} - {% translate "Alliance" %} - - - - - {% endblock content %} {% block extra_css %} - {% include 'bundles/datatables-css-bs5.html' %} + + {% endblock %} {% block extra_javascript %} - {% include 'bundles/datatables-js-bs5.html' %} + + +