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
|
// transporter Routes
|
||||||
$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');
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user