I am trying to make a table that contains no data (empty table) before the user inputs the data needed. Is that possible with material table? Couldn't figure that out in docs.
Just set data empty. Take the Simple action example from here. If you set data={[]} then you get a table with no data. You can translate the No records to display using the localization object, check here.
All 2 comments
Hello,
Just set data empty. Take the Simple action example from here. If you set data={[]} then you get a table with no data. You can translate the No records to display using the localization object, check here.
Most helpful comment
Hello,
Just set
dataempty. Take theSimple action examplefrom here. If you setdata={[]}then you get a table with no data. You can translate the No records to display using thelocalizationobject, check here.