Back





This is an example of the AvalynxDataTable. It is a simple table with some random data. The table is sortable, searchable and paginated. The data is fetched from a PHP script.

Source of exampleCopy to clipboard


new AvalynxDataTable("avalynx-datatable", {
	apiUrl: "php/result.php",
	perPage: 10,
	search: "",
	sorting: {
		"name": "asc",
		"age": "desc"
	}
}, {});
	
AvalynxDataTable on GitHub Avalynx on GitHub