---------------
How Set Button Disable If Table Has Not Data
step one
create table and drag button createInsert
لعدم تمكين زر الانشاء من التنفيذ في حالة عدم وجود بيانات
الخطوة الاولي
انشاء جدول واسحب زر createInsert
step two
in the disabled property of the button , write this expression
#{bindings.DepartmentsView1.estimatedRowCount gt 0 ? false : true}