GWM : change in table list nowarp issue

This commit is contained in:
Smart 2024-10-03 10:20:19 +05:30
parent a1bc18bd12
commit 01eaebfc68
2 changed files with 6 additions and 2 deletions

View File

@ -392,3 +392,7 @@ $routes->get('sales_invoice', 'Sales::sales_invoice');
$routes->get('transporterListing', 'Supplier::transporterListing'); $routes->get('transporterListing', 'Supplier::transporterListing');
$routes->post('fetchTransporterDetails', 'Supplier::fetchTransporterDetails');// for Ajax both add and edit.... $routes->post('fetchTransporterDetails', 'Supplier::fetchTransporterDetails');// for Ajax both add and edit....
$routes->get('deleteTransporter', 'Supplier::deleteTransporter'); $routes->get('deleteTransporter', 'Supplier::deleteTransporter');
$routes->post('getSilicaIGR', 'Supplier::getSilicaIGR');

View File

@ -80,7 +80,7 @@
<div class="error" id="error"></div> <div class="error" id="error"></div>
</form> </form>
<div class="card-body"> <div class="card-body">
<table id="raw_material_list_table" class="table dt-responsive nowrap w-100"> <table id="raw_material_list_table" class="table dt-responsive">
<thead> <thead>
<tr> <tr>