GWM : change in table list nowarp issue
This commit is contained in:
parent
a1bc18bd12
commit
01eaebfc68
@ -391,4 +391,8 @@ $routes->get('sales_invoice', 'Sales::sales_invoice');
|
||||
// transporter Routes
|
||||
$routes->get('transporterListing', 'Supplier::transporterListing');
|
||||
$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');
|
||||
@ -80,7 +80,7 @@
|
||||
<div class="error" id="error"></div>
|
||||
</form>
|
||||
<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>
|
||||
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user