Datatable basic
1. Official documentation site: https://datatables.net/
2. Default values of DataTable are stored in JavaScript variable _rasd_dataTableProperties
const_rasd_dataTableProperties={"responsive":false,"bJQueryUI":true,"aaSorting":[],"oLanguage":{"sSearch":"Search on table","sZeroRecords":"No data available in table"},"bPaginate":false,"pageLength":10,"bLengthChange":true,"bFilter":true,"bSort":true,"aaSorting":[],"bInfo":false,"bAutoWidth":false//havetobefalsebecauseotherwiseradiobuttonsonfirstlinearenotchecked-knownbugin1.9.4};
3.How to set or edit values with javascript. There is BLOCK2, bock where DataTable will be changed. You can us all properties of DataTable object. Not only these in default properties.
Datatable basic
1. Official documentation site: https://datatables.net/
2. Default values of DataTable are stored in JavaScript variable _rasd_dataTableProperties
3.How to set or edit values with javascript. There is BLOCK2, bock where DataTable will be changed. You can us all properties of DataTable object. Not only these in default properties.
Thanks to Pavel who prepare this topic.
Last edit: Domen Dolar 2025-09-11