From 97bcfd4abfb541bae28c47d2875000df3cccd37d Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Mon, 21 Oct 2024 13:35:08 +0530 Subject: [PATCH] Feature: Added Suport For Column Wise Search And Gloabal Search , Filtering Data From Frontend, Server Side Export To Different File Formats --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index c603de6..1957cd4 100755 --- a/composer.json +++ b/composer.json @@ -48,9 +48,6 @@ "Datatable": "YS\\Datatable\\Facades\\Datatable", "Table": "YS\\Datatable\\Facades\\Table" } - }, - "branch-alias": { - "dev-master": "4.x" } } }