اذهب إلى المحتوى

السؤال

نشر

هذا الكود

<table id="facilitytable" class="table table-striped">
  <thead>
    <tr>
      <th>{{ __('Facility ID')}}</th>
      <th>{{ __('Facility Name')}}</th>
      <th>{{ __('Course Name')}}</th>
      <th>{{ __('Province')}}</th>
      <th>{{ __('Action')}}</th>
    </tr>
  </thead>
  <tbody>
    @foreach($data as $row)
    <tr>
      <td>{{ $row->facilityid }}</td>
      <td>{{ $row->facility }}</td>
      <td>{{ $row->coursename }}</td>
      <td>{{ $row->province }}</td>
      <td>
        <button type="button" class="addtorankingbtn">
          <i class="fa fa-plus-square"></i>
        </button>
        <button type="button" class="removetorankingbtn">
          <i class="fa fa-minus-circle"></i>
        </button>
      </td>
    </tr>
    @endforeach
  </tbody>
</table>

<table class="table table-striped" id="rankingtable">
  <thead>
    <tr>
      <th>{{ __('Order')}}</th>
      <th>{{ __('Facility Name')}}</th>
      <th>{{ __('Course Name')}}</th>
      <th>{{ __('Province')}}</th>
      <th>{{ __('Action')}}</th>
    </tr>
  </thead>
  <tbody></tbody>
</table>

 إذا كان هناك 5 إدخالات للبيانات في الجدول فسيتم تمكين زر الحفظ الخاص بي والذي تم تعطيله من البداية. إذا تم تمكين زر الحفظ الخاص بي الآن ، فيمكنه تخزين وحفظ البيانات في قاعدة البيانات, هل يمكنكم مساعدتي؟
 

Recommended Posts

  • 0
نشر

السلام عليكم

فهمت من الموضوع انه حاليا يكون الزر غير مفعل وعندما يصل عدد السجلات الى 5 يتم تفعيل الزر

ولكن المشكلة انه الان عند تفعيل الزر وعدد السجلات لم يصل إلى 5, يتم اكمال عملية الحفظ بدون تحقق, هل هذا صحيح؟

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...